Android Navigation Drawer Activity with Material Design Style
https://www.viralandroid.com/2020/02/android-navigation-drawer-activity-material-design-style.html
Navigation Drawer Activity with material design style and simplified methods.
MaterialNavigationDrawer
It requires 10+ API and android support v7 (Toolbar)
How to import
Add this to your build.gradle:
repositories {
mavenCentral()
}
dependencies {
compile 'it.neokree:MaterialNavigationDrawer:1.3.3'
}
IMPORTANT NOTICE
I'm working on the version 2 of this library, but I want to restart from scratch. If you need a stable version you can use the first version of this library, available here
Useful issues
For open a useful issue, please follow this little guide:
- Check if your issue is not opened yet. This prevent to have different questions to the same problem.
- When you open an issue, please add the library version used, devices tested and related api.