Skip to content

vhiribarren/android-service-kill-study

Repository files navigation

Tutorial - Effect on killing a service in Android

This is the code base used in the blog post Effect of swiping an Android app in recent app list.

It contains several Android sub app:

  • app-notsticky: service launched in START_NOT_STICKY mode
  • app-sticky: service launched in START_STICKY mode
  • app-foreground: service launched with startForeground

About

Study of the effects of an app swipe on a service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages