• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Unsure about app infrastructure [Java]

maildude

Newbie
I want to change everything of the user-interface except for one component so I can preserve it's state. How do I do this?
 
Last edited:
It depends on the nature of your UI. Selectively hiding/showing Views can be a good strategy and is simple to implement.
If you want more dynamic changing of the UI, then Fragments are useful.
First thing you should do is sketch out the rough screen layout on paper.
 
Back
Top Bottom