F f4u5t Member Licensed User Longtime User Oct 6, 2012 #1 i want to add a second screen to my app, Ive gathered I should make a separate activity for my next page. Could someone please post an example of how this is done, I cant find one
i want to add a second screen to my app, Ive gathered I should make a separate activity for my next page. Could someone please post an example of how this is done, I cant find one
J Jomagom Member Licensed User Longtime User Oct 6, 2012 #2 First you create a new layout from Project / Add New Module / Activity Module. Then to call it from any button using: sub Button1_Click StartActivity ("Layout Name"). End Sub Sorry for my English a Greeting Jomagom Upvote 0
First you create a new layout from Project / Add New Module / Activity Module. Then to call it from any button using: sub Button1_Click StartActivity ("Layout Name"). End Sub Sorry for my English a Greeting Jomagom