Android Open Source - Timer notify android_gcm






Project Summary

This is just a sample Android application having push notifications. It shows a toast message and notification when it receives the push notification. The file gcm_server.py can be used to send messages to the application..

Web Site / Source Repository

android_gcm is hosted in the following web site
https://github.com/dhruvbaldawa/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.

Project Detail

The following table is the detailed list of android_gcm.

ItemValue
Java File Count4
Target SDK Version16
Minimum SDK Version8
Activity Count1
jar files usedandroid-support-v4.jar
gcm.jar
Required Permissionsandroid.permission.GET_ACCOUNTS
android.permission.INTERNET
android.permission.VIBRATE
android.permission.WAKE_LOCK
com.dhruvb.myapplication.permission.C2D_MESSAGE
com.google.android.c2dm.permission.RECEIVE




Java Source Files

android_gcm has the following Java source files.

com.dhruvb.myapplication.AlertDialogManager.java
com.dhruvb.myapplication.CommonUtilities.java
com.dhruvb.myapplication.GCMIntentService.java
com.dhruvb.myapplication.MainActivity.java