Android Google Play navigation drawer style

ε祈祈猫儿з 提交于 2019-12-05 21:28:55
Rohit Goswami

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

Android - Is Navigation Drawer from right hand side possible?

Easy implementation can be achieve with google buildin navigation drawer

Link

Use the SlidingMenu library.

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

Works for APi-5+ and is widely used.

mike20132013

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

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