项目作者: itanoss
项目描述 :
A template codebase to start android app development.
高级语言: Java
项目地址: git://github.com/itanoss/android-boilerplate.git
android-boilerplate


A template codebase to start android app development.
Dependencies
- Dagger2: Dependency Injection for entire classes with layer specification.
- ButterKnife: Dependency Injection for various view objects in presentation layer.
- AssertJ: More fluent assertion library in unit testing
- Robolectric: Unit test framework without on-device environment.