0

http://developer.android.com/design/patterns/navigation-drawer.html

I need this functionality, like gmail,linkedin,youtube app but that should support also older versions of android like 2.3

erdemgc
  • 1,701
  • 3
  • 23
  • 43

1 Answers1

0

SherlockNavigationDrawer is probably the way to go, as I reckon you might want to combine it with ActionBarSherlock as well.

That said, SlidingMenu by Athulh works both with and without ActionBarSherlock, so that's another option. :)

karllindmark
  • 6,031
  • 1
  • 26
  • 41
  • I have yet to try one of them myself, but from what I'm guessing - both work, but `SherlockNavigationDrawer` explicitly states this in the readme. :-) – karllindmark Jul 03 '13 at 07:12