I am designing a Native Android app which should give a single page feel for the user. I have already sketched the interface thus:
My question is this: Is it wise to use a single activity with multiple fragments, changing the contents for an area on the activity each time a new page is selected or is there a way to add all buttons to several activities which will be loaded based on the selected button?
Thanks for your help in making this decision.