BitsAndBytes Active Member Licensed User Dec 13, 2016 #1 Can i start an activity and pass parameteres together for example... instead of this... StartActivity(myactivity) this.. StartActivity(myactivity, param1, param2, param3) Thank you
Can i start an activity and pass parameteres together for example... instead of this... StartActivity(myactivity) this.. StartActivity(myactivity, param1, param2, param3) Thank you
Erel B4X founder Staff member Licensed User Longtime User Dec 13, 2016 #2 You can use CallSubDelayed: https://www.b4x.com/android/forum/threads/18691/#content Upvote 0