Skip to content

This directory contains architectures to kick start your android projects in kotlin programming language

Notifications You must be signed in to change notification settings

tapdevs/kotlin-architecture

Repository files navigation

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