end-hunger-durham / pantries-android

An android app that directs Durham, NC residents to nearby, open food pantries
2 stars 1 forks source link

Add retry button after failing to download pantries #8

Closed robert-w-gries closed 5 years ago

robert-w-gries commented 5 years ago

Currently, the list is just empty after failure to download pantries (due to networking issue, wifi turned off, etc). We need to add an Error view and functionality to retry. We should also use LiveData<Resource<T>> to add onFailure() functionality and more.