Android Open Source - Development sdk Android-Google-Cloud-Messaging






Project Summary

A sample application that demonstrates how to create a client app for Google Cloud Messaging using Android SDK. This example is based on Android SDK guides, but i'm adding some refactors and making more easy to understand..

Web Site / Source Repository

Android-Google-Cloud-Messaging is hosted in the following web site
https://github.com/nRike/Android-Google-Cloud-Messaging

If you think the Android project Android-Google-Cloud-Messaging 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 Android-Google-Cloud-Messaging.

ItemValue
Java File Count4
Supported screen sizes[mdpiv11, ldpi, mdpi, ldpiv11, hdpi, hdpiv9, ldpiv9, mdpiv9, xhdpi, xhdpiv9, hdpiv11, xhdpiv11]
Target SDK Version16
Minimum SDK Version8
Activity Count1
jar files usedgcm.jar
Required Permissionsandroid.permission.GET_ACCOUNTS
android.permission.INTERNET
android.permission.WAKE_LOCK
com.google.android.c2dm.permission.RECEIVE
mx.androidtitlan.gcmdemo.permission.C2D_MESSAGE




License

The license information of Android-Google-Cloud-Messaging is as follows:

MIT License

Resource Files

There are 1 image files in Android-Google-Cloud-Messaging. The names of the image files are listed as follows.

ic_stat_gcm.png

The following screenshort is generated from the image listed above.

null

Java Source Files

mx.androidtitlan.gcmdemo.CommonUtilities.java
mx.androidtitlan.gcmdemo.DemoActivity.java
mx.androidtitlan.gcmdemo.GCMIntentService.java
mx.androidtitlan.gcmdemo.ServerUtilities.java