How do we share Drawer with all the activities?
Drawer
In the lister: onNavigationItemSelected of setNavigationItemSelectedListener we can
onNavigationItemSelected
setNavigationItemSelectedListener
I found the answer using this SO answer
Extending is the right way. Just override setContentView in the right way...