Navigation Drawer Activity with material design style and simplified methods
It requires 10+ API and android support v7 (Toolbar)
If you are using MaterialNavigationDrawer in your app and would like to be listed here, please let me know via email!
check the wiki page
Add this to your build.gradle:
repositories {
mavenCentral()
}
dependencies {
compile 'it.neokree:MaterialNavigationDrawer:1.3'
}
You don't know how to do something? Visit the wiki!
You need some examples? See the example project!