This project page shows all the best of best libraries available out there in Android. It will help you to integrate your app with advanced component in Android.
Library: Material Drawer (Github) or Material Drawer (Project)
Developed by Mike Penz
The flexible, easy to use, all in one drawer library for your Android project.
compile('com.mikepenz:materialdrawer:5.8.1@aar') {
transitive = true
}
2. App Intro or Tutorial for introduction of your app through Tutorial screens at the first time app starts (minSDK 14)
Library: App Intro (Github)
Developed by Paolo Rotolo
Make a cool intro for your Android app.
repositories {
mavenCentral()
}
dependencies {
compile 'com.github.paolorotolo:appintro:4.1.0'
}