Android Open Source - Development intent IntentsAndBroadcastReceivers






Project Summary

An example Android app that has Intents and BroadcastReceivers sample code.

Web Site / Source Repository

IntentsAndBroadcastReceivers is hosted in the following web site
https://github.com/joshpavlovich/IntentsAndBroadcastReceivers

If you think the Android project IntentsAndBroadcastReceivers 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 IntentsAndBroadcastReceivers.

ItemValue
Java File Count5
Minimum SDK Version10
Activity Count3
Required Permissionsandroid.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_NETWORK_STATE
android.permission.CALL_PHONE
android.permission.INTERNET




Java Source Files

IntentsAndBroadcastReceivers has the following Java source files.

org.okcdroid.intentsAndBroadcastReceivers.activity.BroadcastReceiversActivity.java
org.okcdroid.intentsAndBroadcastReceivers.activity.IntentsActivity.java
org.okcdroid.intentsAndBroadcastReceivers.activity.IntentsAndBroadcastReceiversActivity.java
org.okcdroid.intentsAndBroadcastReceivers.receiver.ColorReceiver.java
org.okcdroid.intentsAndBroadcastReceivers.service.ColorService.java