Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 568 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 568 Bytes

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