Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 255 Bytes

File metadata and controls

14 lines (12 loc) · 255 Bytes

Android Weather implementation using a mix of old and new technologies

Technologies

  • Kotlin + Java
  • RxJava
  • Compose
  • Retrofit with Gson
  • SharedPreferences
  • Junit with Mockito

Architecture

  • Repository Pattern
  • MVVM
  • ViewModel unit tests