AppLifecycleDemo icon indicating copy to clipboard operation
AppLifecycleDemo copied to clipboard

Uses ProcessLifecycleOwner to react to app coming to foreground and going to background

Results 1 AppLifecycleDemo issues
Sort by recently updated
recently updated
newest added

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...