This sample is the result of integration of latest navigation drawer(v4 lib) and similar tab strip which is used in google play music app. (https://play.google.com/store/apps/details?id=com.google.android.music)
Please check out apk which is in root folder of the project , below is the Screenshot
This sample uses many great open-source libraries from the Android dev community:
- ActionBarSherlock (Tag 4.2.0)
- nested-fragments
- PagerSlidingTabStrip (Tag 1.0.1)
- NavigationDrawer
- Latest Support v4 library
#Steps to compile the project in eclipse
- Download PagerSlidingTabStrip - Tag 1.0.1
- Import to eclipse
- Add latest android-support-v4.jar
- Download ActionBarSherlock - Tag 4.2.0
- Import to eclipse
- Add/replace android-support-v4.jar if there are any jar issues
- Add the above libraries to main project
- Clean and compile
I hope this helps you in building your next android app.