Android push notification using Google Cloud Messaging (GCM) MySql and Php.
GCMPushNotification is hosted in the following web site
https://github.com/moktar/GCMPushNotification
If you think the Android project GCMPushNotification 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 GCMPushNotification.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar gcm.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.VIBRATE android.permission.WAKE_LOCK com.androidhive.pushnotifications.permission.C2D_MESSAGE com.google.android.c2dm.permission.RECEIVE |
There are 3 image files in GCMPushNotification. The names of the image files are listed as follows.
fail.png ic_action_search.png success.png
The following screenshort is generated from the image listed above.
GCMPushNotification has the following Java source files.
com.androidhive.pushnotifications.AlertDialogManager.java com.androidhive.pushnotifications.CommonUtilities.java com.androidhive.pushnotifications.ConnectionDetector.java com.androidhive.pushnotifications.GCMIntentService.java com.androidhive.pushnotifications.MainActivity.java com.androidhive.pushnotifications.RegisterActivity.java com.androidhive.pushnotifications.ServerUtilities.java com.androidhive.pushnotifications.WakeLocker.java