Skip to content

android-code/background

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

background

This is repository of http://androidcode.pl blog Background processing / threading section. It shows usage of chosen Android API classes in purpose to achieve background task processing. Posts about ways of Android background-foreground tasks processing from this repository can be found at http://androidcode.pl/blog/

This repostiory contains examples of the following classes:

  • Thread
  • Handler
  • HandlerThread
  • ExecutorService
  • AsyncTask
  • Service
  • IntentService
  • JobIntentService
  • WorkManager
  • JobScheduler
  • AlarmManager