/MyWeatherApp

MVVM, Coroutines for async operations (api calls, insert in database), RecycleView, Retrofit, Room, Dagger Hilt. Data from Api store in Room database. If last API call was made more then an hour ago, data from API will be updated and replaced with old one in database. If last API call was made less then an hour ago, data will be just fetched from database.

Primary LanguageKotlin

No issues in this repository yet.