Sample Android app. The fragment call a service into another process. The service then send a broadcast every second received by a Broadcast Receiver into the main process to update the UI..
Broadcast-Service is hosted in the following web site
https://github.com/xiaomi007/Broadcast-Service
If you think the Android project Broadcast-Service listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Broadcast-Service.
Item | Value |
---|---|
Java File Count | 4 |
Activity Count | 1 |
Fragment Count | 1 |
Broadcast-Service has the following Java source files.
fr.xiaomi.broadcastsample.ApplicationTest.java fr.xiaomi.broadcastsample.MainActivity.java fr.xiaomi.broadcastsample.ReceiverUpdate.java fr.xiaomi.broadcastsample.ServiceClock.java