/material-android-bootstrap

This is a bootstrap to rapidly launch Android projects with a material theme on API>14

Primary LanguageJava

Material Android Bootstrap

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

Thanks

This is inspired by this article, and this stackoverflow post