googlecodelabs / android-build-an-app-architecture-components

Other
267 stars 133 forks source link

11. Create the Repository to Fetch and Save Data #3

Open bryanmofley opened 7 years ago

bryanmofley commented 7 years ago

This pertains to the lesson text and not the code (code compiles and runs just fine).

Near the end of the lesson for Step 11, after observing the logs.

"2. When SunshineData.intializeData() is called"

This may be incorrect.  Shouldn't "SunshineData"be "SunshineRepository" like this?

"2. When SunshineRepository.intializeData() is called"