Navigation Drawer using the process taught in Android Book

Hi All,

Does anybody know how to add a Navigation Drawer to multiple fragments/activities using the way that was taught in the Big Nerd Ranch Android Programming Book? Fragments is set up using “SingleFragmentActivity” which is extending FragmentActivity, but on the online threads I’ve seen, I would need to extend ActionBarActivity for backward compatibility. Thanks for your help!

Ron

[quote=“REVERSEWORLD”]Hi All,

Does anybody know how to add a Navigation Drawer to multiple fragments/activities using the way that was taught in the Big Nerd Ranch Android Programming Book? Fragments is set up using “SingleFragmentActivity” which is extending FragmentActivity, but on the online threads I’ve seen, I would need to extend ActionBarActivity for backward compatibility. Thanks for your help!

Ron[/quote]

I am trying to do the same thing too. Any help?