This is an application for using GCM on android phones to communicate through text messages.
Two-Way-Google-Cloud-Messaging-on-Android is hosted in the following web site
https://github.com/virajhk/Two-Way-Google-Cloud-Messaging-on-Android
If you think the Android project Two-Way-Google-Cloud-Messaging-on-Android 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 Two-Way-Google-Cloud-Messaging-on-Android.
Item | Value |
---|---|
Java File Count | 17 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 5 |
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.READ_CONTACTS android.permission.VIBRATE android.permission.WAKE_LOCK android.permission.WRITE_EXTERNAL_STORAGE com.cresco.gcmclient.permission.C2D_MESSAGE com.google.android.c2dm.permission.RECEIVE |
There are 3 image files in Two-Way-Google-Cloud-Messaging-on-Android. 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.
Two-Way-Google-Cloud-Messaging-on-Android has the following Java source files.
com.cresco.gcmclient.AlertDialogManager.java com.cresco.gcmclient.ChatActivity.java com.cresco.gcmclient.CommonUtilities.java com.cresco.gcmclient.ConnectionDetector.java com.cresco.gcmclient.GCMIntentService.java com.cresco.gcmclient.GetGCMContacts.java com.cresco.gcmclient.MainActivity.java com.cresco.gcmclient.RegisterActivity.java com.cresco.gcmclient.ServerUtilities.java com.cresco.gcmclient.Services.DbHelper.java com.cresco.gcmclient.Services.FileUtils.java com.cresco.gcmclient.Services.JSONParser.java com.cresco.gcmclient.Tables.ChatHistory.java com.cresco.gcmclient.Tables.GCMUsers.java com.cresco.gcmclient.Tables.PersonalDetails.java com.cresco.gcmclient.UI.DisplayUsers.java com.cresco.gcmclient.WakeLocker.java