Emmet Brown
Emmet Brown

Reputation: 456

Navigation Drawer with Page Sliding example

Android noob over here. I'm trying to find a good example of a navigation drawer with tabs (like google play store). I found this example on GitHub but I wasn't able to make it work under Android Studio. It depends on PagerSlidingTabStrip and ActionBarSherlock.

https://github.com/Balaji-K13/Navigation-drawer-page-sliding-tab-strip

Do you guys know any other working example or fork that runs with less dependencies?

Thanks

Upvotes: 1

Views: 6774

Answers (2)

Darpan
Darpan

Reputation: 5795

One example here, source : StackoverFlow

I am using it. You should also give it a try.

Upvotes: 2

AndyRoid
AndyRoid

Reputation: 5067

I would check out the FlyOutContainer class, if you've ever used the StackOverFlow app it's sort of like that sliding navigation tab.

https://github.com/garuma/FlyOutMenu/blob/master/FlyOutMenu/FlyOutContainer.cs

Here's a really good tutorial from YouTube regarding the FlyOutContainer class

http://m.youtube.com/watch?v=YeR7McJIltk

Here you are relying on one dependency.

Upvotes: 2

Related Questions