Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 547 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 547 Bytes

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