Google Cloud Message Example.
android_gcm_example is hosted in the following web site
https://github.com/libmining/android_gcm_example
If you think the Android project android_gcm_example 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 android_gcm_example.
Item | Value |
---|---|
Java File Count | 6 |
Supported screen sizes | [mdpi, hdpi] |
Target SDK Version | 16 |
Minimum SDK Version | 12 |
Activity Count | 2 |
jar files used | android-support-v4.jar google-play-services.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.VIBRATE android.permission.WAKE_LOCK com.google.android.c2dm.permission.RECEIVE com.javapapers.android.permission.C2D_MESSAGE |
There are 5 image files in android_gcm_example. The names of the image files are listed as follows.
fail.png gcm_cloud.png gcm_logo.png ic_action_search.png success.png
The following screenshort is generated from the image listed above.
android_gcm_example has the following Java source files.
com.example.gcmmy.Config.java com.example.gcmmy.GCMNotificationIntentService.java com.example.gcmmy.GcmBroadcastReceiver.java com.example.gcmmy.MainActivity.java com.example.gcmmy.RegisterActivity.java com.example.gcmmy.ShareExternalServer.java