项目作者: itanoss

项目描述 :
A template codebase to start android app development.
高级语言: Java
项目地址: git://github.com/itanoss/android-boilerplate.git
创建时间: 2016-01-04T00:04:43Z
项目社区:https://github.com/itanoss/android-boilerplate

开源协议:Apache License 2.0

下载


android-boilerplate

Build Status
codecov.io

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.