Different NavigationDrawer items for Different activities in android

為{幸葍}努か 提交于 2019-12-02 10:07:52

Navigation drawer is meant to be used with fragments.

The main activity host the the nav drawer.

Fragments make it easy to swap the drawer content a keep its state.

If you wanted to use acitvity instead then you should create a base activity conaining the drawer so that all your activities inherit from that activity.

This way the nav drawer can persist from activity to activity.

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