Skip to content

A small project to showcase Kotlin in MVVM with Dagger and Retrofit

Notifications You must be signed in to change notification settings

aminsepahan/Base-MVVM-Dagger

Repository files navigation

Features

  • Code is completely in Kotlin
  • Reactive programing using RxJava
  • Api calss with Retrofit 2
  • Fragment navigations usnig Android Jetpack Navigation Component
  • Dependency injection with Dagger 2
  • Unit tests using jUnit and mock Api
  • Databinding for Fragments and recyclerView
  • Espresso for UI and Instrumentation test