android-build-an-app-architecture-components
android-build-an-app-architecture-components copied to clipboard
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...
In lesson 9: Intro to ViewModels and LiveData, step 4 says "Open ui.detail.DetailActivity. Have DetailActivity extend LifecycleActivity instead of AppCompatActivity." LifecycleActivity is now a component of AppCompatActivity. Extending LifecycleActivity will...
Under "Create an Entity", the third step ("The date field should be unique") has a hyperlink on "Indices." However, this merely links to the [landing page](https://developer.android.com/topic/libraries/architecture/room.html#entities-indices-uniqueness) for Room. As the...
My issue addresses the part in the class named "AppExecutors", at line 47 there is a method named "getInstance", at the section : `public static AppExecutors getInstance() { if (sInstance...
Your Turn: The DetailActivityViewModel 4. Open ui.detail.DetailActivity. Have DetailActivity extend LifecycleActivity instead of AppCompatActivity. is there any activity name LifecycleActivity?
- In step 13, there is first sub point which is "doa" instead of "dao". - In step 16, there are all bullet points, in which "Steps:" in also bullet...
In code lab: Step 11, "Your Turn: Complete the logic for fetching data", part 3
In step 9 -> under LiveData -> in the 6th paragraph -> Second sentence: The period at the end of this sentence is delimited as ., instead of a regular...
This should also include "weatherDao" So it would look like "Update SunshineRepository, WeatherDao, ViewModel and Adapter
update of buildTools, gradle and libs.