android-build-an-app-architecture-components
android-build-an-app-architecture-components copied to clipboard
Typo - 11. Create the Repository to Fetch and Save Data
Hi!
In the section titled "Your Turn: Complete the logic for fetching data", step 3, It says the following
In SunshineSyncIntertService, in onHandleIntent(), call the WeatherNetworkDataSource's fetchWeather() method.
When it should say
In SunshineSyncIntentService, in onHandleIntent(), call the WeatherNetworkDataSource's fetchWeather() method.