A simple app exploring the capabilities of Google Cloud Messaging.
GCMReplyAll is hosted in the following web site
https://github.com/fallenarchon/GCMReplyAll
If you think the Android project GCMReplyAll 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 GCMReplyAll.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [mdpiv11, mdpi, ldpi, ldpiv11, hdpi, xhdpi, mdpiv9, hdpiv11, xhdpiv9, hdpiv9, ldpiv9, xhdpiv11] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar appengine-api-1.0-sdk-1.6.4.jar appengine-api-labs-1.6.4.jar appengine-jsr107cache-1.6.4.jar datanucleus-appengine-1.0.10.final.jar datanucleus-core-1.1.5.jar datanucleus-jpa-1.1.5.jar gcm-server.jar gcm.jar geronimo-jpa_3.0_spec-1.1.1.jar geronimo-jta_1.1_spec-1.1.1.jar gson-2.2.2.jar jdo2-api-2.3-eb.jar json_simple-1.1.jar jsr107cache-1.1.jar |
Required Permissions | android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.WAKE_LOCK com.arconus.replyall.android.permission.C2D_MESSAGE com.google.android.c2dm.permission.RECEIVE |
There are 2 image files in GCMReplyAll. The names of the image files are listed as follows.
ic_action_search.png ic_stat_gcm.png
The following screenshort is generated from the image listed above.
GCMReplyAll has the following Java source files.
com.arconus.replyall.android.CommonUtilities.java com.arconus.replyall.android.GCMIntentService.java com.arconus.replyall.android.MainActivity.java com.arconus.replyall.android.ServerUtilities.java com.arconus.replyall.android.adapters.MessageListAdapter.java com.arconus.replyall.android.entities.SingleMessage.java com.arconus.replyall.android.interactors.managers.SingleMessageManager.java com.arconus.replyall.server.ApiKeyInitializer.java com.arconus.replyall.server.Datastore.java com.arconus.replyall.server.GlobalMessageServlet.java com.arconus.replyall.server.HomeServlet.java com.arconus.replyall.server.RegisterServlet.java com.arconus.replyall.server.SendAllMessagesServlet.java com.arconus.replyall.server.SendMessageServlet.java com.arconus.replyall.server.UnregisterServlet.java