Mario Cardenas
Mario Cardenas
…install. related issue: https://github.com/zsh-users/zsh-syntax-highlighting/issues/828
Installed using the "Using packages" install how-to section for Ubuntu, but syntax highlighting does not work. .zshrc file obviously does not have sourcing information, and after trying all of the...
In chapter 7 "Create the Task Repository", and in the 2nd step of section "Save and refresh network data", the code block suggests we do ```kotlin suspend fun refresh() {...
After doing step 7. "Hilt modules", running the app would crash when building/running the app. Upgrading the Project's Kotlin and Hilt versions seems to have solved this issue for me....
On page 7 we modify popularity from type `Popularity` to `LiveData`, which causes the build to fail because the `PlainOldActivitySolution2` and 3 depend on the older type. The solution ViewModels...