Skip to content

vhiribarren/android-service-kill-study

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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