https://github.com/hackjutsu/android_broadcastreceiver_notification
This project is a demo app for BroadcastReceiver and Notification in Android.
https://github.com/hackjutsu/android_broadcastreceiver_notification
Last synced: about 2 months ago
JSON representation
This project is a demo app for BroadcastReceiver and Notification in Android.
- Host: GitHub
- URL: https://github.com/hackjutsu/android_broadcastreceiver_notification
- Owner: hackjutsu
- Created: 2015-01-02T23:16:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-02T23:28:04.000Z (over 11 years ago)
- Last Synced: 2025-02-07T20:23:06.099Z (about 1 year ago)
- Language: Java
- Size: 375 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project used to be the homework of the Coursera Android course:
https://class.coursera.org/android-002/wiki/Module_5
It is here to answer the following questions:
1) How to dynamically register and unregister a BroadcastReceiver?
2) How to add intent filter to a BroadcastReceiver?
3) What is the difference between a normal broadcast and an ordered broadcast? And how to use the getResultData() and getResultCode() of an ordered broadcast?
4) How to take the advantage of a customized Notification?
5) How to use the AsyncTask? How to check whether the main Activity is active?