Create a hamburger menu with navigation drawer in Android

后端 未结 1 748
囚心锁ツ
囚心锁ツ 2021-01-14 12:18

I want to create a hamburger menu in android with navigation drawer. I\'ve already developed it but according to the requirements the menu should slide out the base fragment

相关标签:
1条回答
  • 2021-01-14 12:58

    Google introduce Material Design with the new guidelines for Navigation Drawer : official source.

    Some amazing people made library matching this guidelines : https://github.com/mikepenz/MaterialDrawer

    If you want to do it yourself : https://github.com/codepath/android_guides/wiki/Fragment-Navigation-Drawer

    0 讨论(0)
提交回复
热议问题