Change screen

Bernardrose

Member
Licensed User
Longtime User
I am creating a comms app to send commands to an ASCII device. I want the initial screen to have various buttons. Depending on which button was pressed, I want to change screen to a different set of views. How do I change screens? Can I develope two screens with the Designer in one project?
 

Bernardrose

Member
Licensed User
Longtime User
Yes, you can have many layouts/screens in one project. When they select an option from the first screen then use activity.loadlayout to load the next screen. You should also look at calling a new activity with its own layout.

OK Thank you very much
 
Upvote 0
Top