Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 388 Bytes

File metadata and controls

14 lines (11 loc) · 388 Bytes

Android Skeleton using Kotlin and applying MVP Interactors

The app has following packages:

  1. data: It contains all the data accessing and manipulating components.
  2. di: Dependency providing classes using Koin.
  3. ui: View classes along with their corresponding Presenters.
  4. utils: Utility classes.

Library used:

  1. RxKotlin
  2. Koin
  3. Retrofit
  4. OkHttp3