architecture-samples
architecture-samples copied to clipboard
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
Updated TasksScreen.kt for handling issue text-decoration for unchecked task text remains the same
We're only using Kotlin, so having a `java` folder doesn't make much sense.
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() {...
Version Update & Null bug in textDecoration, versions solved together
Action: 1. Disconnect from the network 2. Add some tasks 3. Select some to change status to complete 4. Kill the app 5. Relaunch app Expected - Tasks with their...
Why these changes are required ? [Issue link ](https://github.com/android/architecture-samples/issues/916) - Currently on the task list screen when the content is empty or no tasks, pull to refresh doesn't work(it is...