Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 263 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 263 Bytes

MVI Android Demo

This is an Android application that demonstrates the Model-View-Intent (MVI) architectural pattern. It offers two implementations:

  • Using LiveData: TradeFragment and TradeViewModel
  • Using Kotlin Flow: ExchangeFragment and ExchangeViewModel