I am having a application which is having four different activities. Now i want to add a navigation drawer in application to navigates those activities. Can any one give an
A new version of the v4 support library (release 13) which contains support for the Navigation Drawer pattern.
Check out the below tutorial Links for Navigation Drawer
which provides the compatibility library of Navigation Drawer
with the implementation in it.
1) Sherlock Navigation Drawer
2) NavDrawerExampleAppCompat-v7
3) Navigation Drawer in Android
4) Create Navigation Drawer
Hope this will help you.