Unable to use AndroidDrawer (sidebar like facebook)

半腔热情 提交于 2019-12-02 09:46:42
mike20132013

First thing; there's no need of library for this.

There's a very simple implementation for this. Take a look at this tutorial:

http://www.androidhive.info/2013/11/android-sliding-menu-using-navigation-drawer/

Also, take a look at this post: and see if you want something like this:

Swiping Tabs inside a Navigation Drawer Fragment

If you want the full code here, let me know.

Good Luck .. :)

As @mike suggested Navigation drawer is the new design pattern from google. You should use this implementation.

Official docs are here :

Design pattern

Sample Code and Tutorial

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