An open API service indexing awesome lists of open source software.

https://github.com/guycole/service-lab-android

Android Service Experiments
https://github.com/guycole/service-lab-android

Last synced: about 1 year ago
JSON representation

Android Service Experiments

Awesome Lists containing this project

README

          

# service-lab-android
Android Service Experiments

#### Use AlarmManager to invoke broadcast receiver
AlarmManager now throttles events to a minute (if under a minute)

#### Demonstrate "BOOT_COMPLETED" broadcast to restart AlarmManager after reboot

#### Demonstrate IntentService
Note onCreate/onDestroy for each invocation

#### Demonstrate LocalService
Note onCreate only on first invocation, never onDestroy