meta data for this page
  •  

Changing Views in Activity

in Android switching between views is a way to keep information, which have been given by user without saving them to file or making them parceable. But unfortunately it also takes some work to get it working. Other solution to get same result is using multiple activities. tab pane is a way to make using multiple tabs easier.

Here is example of changing views in one activity. Also uses random, multiple threads, changing text colour,size of buttons and similar.

links: