meta data for this page
  •  

Multible Activities in Android

In android each activity should have one clear functionality and if you need to make something that fundamentaly does something else then you should create new activity. but if to be implemented functionality is somehow similar but doesn't fit in this view. You should consider switching between views, or using tab pane.

links: