# MaterialNavigationDrawer
**Repository Path**: shaoyiqing/MaterialNavigationDrawer
## Basic Information
- **Project Name**: MaterialNavigationDrawer
- **Description**: Navigation Drawer Activity with material design style and simplified methods
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2015-05-03
- **Last Updated**: 2021-11-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
MaterialNavigationDrawer
========================
Navigation Drawer Activity with material design style and simplified methods
[](https://android-arsenal.com/details/1/1114) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K4GJELZKNEF68)
It requires 10+ API and android support v7 (Toolbar)
[Download example apk](https://raw.github.com/neokree/MaterialNavigationDrawer/master/example.apk)
If you are using MaterialNavigationDrawer in your app and would like to be listed here, please let me know via [email](mailto:neokree@gmail.com)!
## Set up a Navigation Drawer
check the [wiki page](https://github.com/neokree/MaterialNavigationDrawer/wiki/Set-Up-a-Navigation-Drawer-Activity)
## How to import
Add this to your build.gradle:
```java
repositories {
mavenCentral()
}
dependencies {
compile 'it.neokree:MaterialNavigationDrawer:1.3.3'
}
```
You don't know how to do something? Visit the [wiki](https://github.com/neokree/MaterialNavigationDrawer/wiki)!
You need some examples? See the [example project](https://github.com/neokree/MaterialNavigationDrawer/tree/master/MaterialNavigationDrawer)!
### Useful issues
For open a useful issue, please follow this little guide:
1. Check if your issue is not opened yet. This prevent to have different questions to the same problem.
2. When you open an issue, please add the library version used, devices tested and related api.
### External libraries used
[Material-Ripple](https://github.com/balysv/material-ripple)
