Skip to content

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.

Notifications You must be signed in to change notification settings

amrutbidri/Best-of-Best-Libraries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 

Repository files navigation

Best-of-Best-Libraries

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.

1. Material Drawer for Drawer Layout with Material Designs (minSDK 14)

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.

Usage

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.

Usage

repositories {
    mavenCentral()
}

dependencies {
    compile 'com.github.paolorotolo:appintro:4.1.0'
}

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published