I was trying to explore the new navigation drawer that is standardized by Google. Finally we have the official code as well.
I was trying to understand the best way to implement the same in my app.
My Structure of the app is as follows
-MainActivity
----Featured Tab
----Favorites Tab
On Clicking of any Element in either Tab it will take me below
ContentActivity
----Info Tab
----Map Tab
Now what i am confused is all the above has to be placed into the new View for the Nav Drawer.
And As the Nav Drawer Structure is something like this
An Activity with a layout which contains navdraw-view and intern it contains content-layout and drawer layout. On clicking an option in the drawer should i replace the content layout all together or should i open a new Activity ?