Implementation of Google Cloud Messaging with Android (Client) and PHP + MySQL (Server).
Android.GCM is hosted in the following web site
https://github.com/nutbutterfly/Android.GCM
If you think the Android project Android.GCM 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.
Item | Value |
---|---|
Java File Count | 6 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Minimum SDK Version | 9 |
Activity Count | 1 |
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.WAKE_LOCK android.permission.WRITE_EXTERNAL_STORAGE com.google.android.c2dm.permission.RECEIVE com.iamnbty.android.gcm.permission.C2D_MESSAGE |
There are 27 image files in Android.GCM. The names of the image files are listed as follows.
common_signin_btn_icon_disabled_dark.9.png common_signin_btn_icon_disabled_focus_dark.9.png common_signin_btn_icon_disabled_focus_light.9.png common_signin_btn_icon_disabled_light.9.png common_signin_btn_icon_focus_dark.9.png common_signin_btn_icon_focus_light.9.png common_signin_btn_icon_normal_dark.9.png common_signin_btn_icon_normal_light.9.png common_signin_btn_icon_pressed_dark.9.png common_signin_btn_icon_pressed_light.9.png common_signin_btn_text_disabled_dark.9.png common_signin_btn_text_disabled_focus_dark.9.png common_signin_btn_text_disabled_focus_light.9.png common_signin_btn_text_disabled_light.9.png common_signin_btn_text_focus_dark.9.png common_signin_btn_text_focus_light.9.png common_signin_btn_text_normal_dark.9.png common_signin_btn_text_normal_light.9.png common_signin_btn_text_pressed_dark.9.png common_signin_btn_text_pressed_light.9.png ic_plusone_medium_off_client.png ic_plusone_small_off_client.png ic_plusone_standard_off_client.png ic_plusone_tall_off_client.png ic_stat_gcm.png powered_by_google_dark.png powered_by_google_light.png
The following screenshort is generated from the image listed above.
Android.GCM has the following Java source files.
android.UnusedStub.java com.iamnbty.android.gcm.GCMActivity.java com.iamnbty.android.gcm.GCMBroadcastReceiver.java com.iamnbty.android.gcm.GCMConfiguration.java com.iamnbty.android.gcm.GCMIntentServices.java com.iamnbty.android.gcm.HttpPostAsync.java