Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 237 Bytes

File metadata and controls

18 lines (11 loc) · 237 Bytes

RxJavaSampleApp

A sample application for practicing Reactive programming with Java & Kotlin

Architecture

  • MVVM based on Clean Architecture

Async

  • RxJava & RxKotlin

Library

  • DataBinding
  • Hilt
  • LiveData
  • Retrofit2