3

There is any tutorial or code how to make the navigation drawer listview will be show like Google Play or Google Play Music Navigation Drawer?

I want my Nav Drawer look like this: enter image description here

Can you help me with this?

Thanks
Haim.

EDIT:I know how to build navigation drawer, I want a style for the navigation drawer that my nav drawer will look like the google play navigation drawer(big listview tabs....). If you can write the code.

EDIT2:I used this: https://www.youtube.com/watch?v=9WeQzZUroAs

mmBs
  • 8,421
  • 6
  • 38
  • 46
Haim127
  • 585
  • 2
  • 8
  • 29

4 Answers4

1

Easy implementation can be achieve with google buildin navigation drawer

Link

SacreDeveloper
  • 1,253
  • 1
  • 9
  • 16
1

Yes you can use navigation drawer like facebook on one or both side,try this :

Android - Is Navigation Drawer from right hand side possible?

Community
  • 1
  • 1
Rohit Goswami
  • 617
  • 5
  • 17
0

Use the SlidingMenu library.

<uses-sdk
android:minSdkVersion="5"
android:targetSdkVersion="17" />

Works for APi-5+ and is widely used.

shkschneider
  • 17,833
  • 13
  • 59
  • 112
0

Take a look at my posts. Maybe you will get an idea on how to achieve that.

Here are the links:

Unable to use AndroidDrawer (sidebar like facebook)

From here you can navigate to my different posts.

Hope this helps.. :)

Community
  • 1
  • 1
mike20132013
  • 5,357
  • 3
  • 31
  • 41