Navigation Drawer Activity with material design style and simplified methods
It requires 10+ API and android support v7 (Toolbar)
This library is no longer supported.
I have not enough time to continue developing at this time. From september I will start a new branch for the 2.0 version based on the android design support library. If someone want to keep alive the current version please send pull requests AFTER testing the code and explaining what you have changed and why. Thanks to all contributors
check the wiki page
Add this to your build.gradle:
repositories {
mavenCentral()
}
dependencies {
compile 'it.neokree:MaterialNavigationDrawer:1.3.3'
}
You don't know how to do something? Visit the wiki!
You need some examples? See the example project!
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.