Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 2.58 KB

README.md

File metadata and controls

40 lines (32 loc) · 2.58 KB

Kotlin AndroidStarterKit

Kotlin AndroidStarterKit is a functional copy of AndroidStarterKit repository, written in Kotlin. As Java version of this repository, its purpose is to be used when starting new android project and having prepared project architecture and the core collection of the libraries used in almost every app.

Project is organized with Clean Architecture and MVP Pattern in mind, separated to four modules:

  • app
  • presentation
  • data
  • domain

Libraries included in this project are listed below:

Common

  • RxKotlin
  • RxAndroid2
  • Dagger2
  • JodaTime
  • Timber
  • LeakCannary (not yet included)
  • Parceler

Network

  • Retrofit2
  • Gson
  • OkHttp3

View

  • RxBinding
  • ButterKnife
  • PermissionDispatcher (not yet included)
  • ConstraintLayout

Testing

  • Mockito
  • Robolectric (not yet included)

Crash Reports

  • Crashlytics