rizmaulana / kotlin-mvvm-covid19

This repository contains simple COVID19 data monitoring with android stack MVVM, Live Data, Koin, RxJava, RxBinding, Offline first with simple caching, etc
Apache License 2.0
435 stars 111 forks source link

Swipe To Refresh, Loading State, & ConnectionError State #22

Closed pandubaraja closed 4 years ago

pandubaraja commented 4 years ago

Currently, user have no way to refresh the dashboard, this become problematic if it is the first time the user open the app and have a bad internet connection, it only show blank screen because it does not have cached data and the only way to refresh it minimize/close the app and open it again.

So it will be nice if we have loading state, connection error state, and swipe-to-refresh too.

I will create PR for this tonight 🙏