Will ultimately be developing an app for a tablet. There will be somewhere in the vicinity of 10-15 different screens that the user can navigate back and forth to, each containing a variety of views. In vb.net, I would simply have a form for each screen and manage them accordingly. In B4A, should I:
1: Build a separate panel for each screen, and make them visible/invisible as appropriate?
OR
2: Have each screen be a separate activity, and load/unload as appropriate?
OR
3: Build and save each screen as a separate layout, then, use one activity, load the appropriate layout as needed?
NOTE: Some the screens may have persistent values in some of the views that should remain if the user navigates back to that screen, others will not.
Thanks for the help.
1: Build a separate panel for each screen, and make them visible/invisible as appropriate?
OR
2: Have each screen be a separate activity, and load/unload as appropriate?
OR
3: Build and save each screen as a separate layout, then, use one activity, load the appropriate layout as needed?
NOTE: Some the screens may have persistent values in some of the views that should remain if the user navigates back to that screen, others will not.
Thanks for the help.