Reputation:
I want to use SlidingTabs and NavigationDrawer, like e.g. in Google Play. I implemented from tutorials both, but when I click on elements in NavigationDrawer I want to change SlidingTabs with new tabs and fragments. Any tutorials or feedbacks?
Upvotes: 0
Views: 81
Reputation: 908
Have a look at https://github.com/mikepenz/MaterialDrawer. I have been using this for quite sometime now and it works pretty well.
Upvotes: 0
Reputation: 143
You can visit the following links for implementing NavigationDrawer with SlidingTabs using fragments in your application
https://github.com/Balaji-K13/Navigation-drawer-page-sliding-tab-strip
http://www.paulusworld.com/technical/android-navigationdrawer-sliding-tabs
Upvotes: 1