Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 595 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 595 Bytes

KotLin Architecture

This is the base project to quick start development in android in KotLin. See branches for architectures.

#Important

You will need to add this module in order to run this project

Libraries used in this project are

Development

  1. RX Java
  2. Dagger 2
  3. Retrofit
  4. Butterknife
  5. Lambda support.
  6. Realm
  7. Glide
  8. Data Binding
  9. Timber
  10. Android Material Desgin ( Vector Icons)
  11. Android Support v-7 ( Recycler View, Card View)
  12. OkHttp(For Caching Data)

Testing

  1. Espresso
  2. Mockito
  3. Junit4