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
- Host: GitHub
- URL: https://github.com/guycole/service-lab-android
- Owner: guycole
- Created: 2015-11-10T19:00:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T01:28:55.000Z (over 10 years ago)
- Last Synced: 2025-02-12T23:49:00.344Z (over 1 year ago)
- Language: Java
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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