nadar71 / EarthquakeWatchdog

App showing the latest hearthquake event from USGS site.
4 stars 0 forks source link

Replace loader for refreshing data #125

Open nadar71 opened 4 years ago

nadar71 commented 4 years ago

Loader must be replaced with a call to repository method for fetching remote data, using coroutine Like in initializeData() in EarthquakeRepository

nadar71 commented 3 years ago

Chenge in retrieveRemoteData -> call coroutine here on fetchEarthquakeData (now in EarthquakeAsyncLoader.loadInBackground ) and set result like now in onLoadFinished