android-code / 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.

Home Page:http://androidcode.pl/blog/

Repository from Github https://github.comandroid-code/backgroundRepository from Github https://github.comandroid-code/background

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

About

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.

http://androidcode.pl/blog/


Languages

Language:Kotlin 100.0%