Android Google Play navigation drawer style

孤人 提交于 2019-12-07 18:16:45

问题


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:

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


回答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?




回答2:


Easy implementation can be achieve with google buildin navigation drawer

Link




回答3:


Use the SlidingMenu library.

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

Works for APi-5+ and is widely used.




回答4:


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.. :)



来源:https://stackoverflow.com/questions/23271791/android-google-play-navigation-drawer-style

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!