This is a bootstrap to rapidly launch Android projects on API>14 with a material theme
This bootstrap contains :
- material theme with appcompat to API>14
- new toolbar implementation
- a drawer who respect the material guidelines (only on API21)
- Dagger 2
- ButterKnife
- Picasso
- Icepick
- AutoParcel
- Crashlytics
- JUnit 4
- Espresso
- LeakCanary
- Hugo
- Retrolambda
This is inspired by this article, and this stackoverflow post