James Shvarts
Results
3
issues of
James Shvarts
Currently, the build.gradle contains the following lines for `android.arch.lifecycle`: ``` // Lifecycle implementation "android.arch.lifecycle:extensions:$project.archLifecycleVersion" kapt "android.arch.lifecycle:compiler:$project.archLifecycleVersion" ``` If the second line (kapt ...) is removed, the app still works and...
Here is a scenario: Your screen supports rotation. A particular `Action` can generate an error which should display a `Snackbar`. How do we deal with it? Emit the error `State`...
discussion