When do I need to create a new activity and when do I need to change the view?
My app needs to do:
two big buttons(sort of menu)
The "right" way to do it is to use Activity for each screen and use the
tag for the menu you would like to be in all screens.
This way you will have the "back" button act as it should be and it would be easier for you to handle when switching screens.
To use the , you should put the things you want to reuse into extra files. Then you can use it as follows:
In another file include it with: