Android Open Source - UI fragment Broadcast-Service






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Broadcast-Service.

ItemValue
Java File Count4
Activity Count1
Fragment Count1




Java Source Files

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