Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 824 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 824 Bytes

Preview

           

Android Development and Architecture

  • The entire codebase is in Kotlin
  • Uses RxJava
  • Uses MVVM Architecture by Architecture Components, Room, LiveData, ViewModel, Paging
  • Uses Koin for dependency injection
  • Unit Testing by Mockito
  • Tests RxJava and architecture components like ViewModel
  • UI Test by Espresso