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
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
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. :)