Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 453 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 453 Bytes

kotlin-app

Sample app to try different ways of repository pattern and fetch api using livadata, flow, coroutines and room Load category list and save in local database

Fetch api request with three approche

using rx

using coroutines and flow

using coroutines and liveData