I have a program that requires multiple layouts. And I have them all created.
When the program stats it creates activity will normal and I have it set up to load the first layout.
Activity.LoadLayout("firstscreen")
and that works fine but when a button is push on this screen I need it to "unload" the current layout and load the next one. Can this be down? If so could you guys upload and example.
Thanks you guys are always so helpful
When the program stats it creates activity will normal and I have it set up to load the first layout.
Activity.LoadLayout("firstscreen")
and that works fine but when a button is push on this screen I need it to "unload" the current layout and load the next one. Can this be down? If so could you guys upload and example.
Thanks you guys are always so helpful