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
- ButterKnife
- Picasso
- Crashlytics
This is inspired by this article, and this stackoverflow post