azzam223 Active Member Licensed User Longtime User Aug 7, 2016 #1 hello how can I handle the starting activity I want for example when I run any game from my app I can resume my app when the game close or when the user click home or back button
hello how can I handle the starting activity I want for example when I run any game from my app I can resume my app when the game close or when the user click home or back button
Erel B4X founder Staff member Licensed User Longtime User Aug 7, 2016 #2 How are you running a game from your app? Are you starting a different app? Upvote 0
azzam223 Active Member Licensed User Longtime User Aug 13, 2016 #3 hello Erel i starting geme by using Startactivity and Add the intent key to the game Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Aug 14, 2016 #4 When the user clicks on the Home button they will always return to the home screen. However if the user clicks on the back button or the other app calls Activity.Finish then they should return to your app automatically. Upvote 0
When the user clicks on the Home button they will always return to the home screen. However if the user clicks on the back button or the other app calls Activity.Finish then they should return to your app automatically.