I am a bit confused here with this.

With the examples that I have seen for using the Navigation Drawer, they 
all point to using one unique Activity, with Fragments giving the actual 
content.
The advantage with this is that there is only one instance of the 
Navigation Drawer created.

However, in my application, I have distinct Activities which have distinct 
tasks (and, yes, there are indeed more than three).
Should I therefore be creating the same navigation drawer in each Activity ?
It is obvious that I would like to be able to preserve my existing 
activities and not have to re-write them as fragments.

My understanding is that fragments are not activities and activities are 
not fragments, are they ?

Have I correctly understood this ?
Can anyone give some advice here ?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to