Activity.LoadLayout question

cwt

Active Member
Licensed User
Longtime User
Simple (probably dumb) question - can I switch from one layout to another and back again in the same activity?

I have an activities where I need a lot more views than I get get in one layout. I want to be able to switch between a layout with a scrollview and a layout with some buttons and edittext and back again but still be in the same activity. I do not want to have the buttons, etc on the scroll view - the scrollview will have only checkboxes.

Thanks
 
Top