My app requires me to restart an activity after a user generated parameter change.
I have tried:
But it gives me an error as it cannot find: MyActivity
Any suggestions on how I can get the App to restart the activity?
I have tried:
B4X:
StartActivity(MyActivity)
But it gives me an error as it cannot find: MyActivity
Any suggestions on how I can get the App to restart the activity?