Download Free code GCM Chat example

Description

android and appengine example of using the new GCM, chat client for android.

Icons

GCM Chat example

Source Files

The download file GCM_Chat_example-master.zip has the following entries.


GCM App/.classpath//from  www  .  j  a  va  2  s  . co  m
GCM App/.project
GCM App/.settings/org.eclipse.jdt.core.prefs
GCM App/AndroidManifest.xml
GCM App/bin/AndroidManifest.xml
GCM App/bin/GCM App.apk
GCM App/bin/R.txt
GCM App/bin/classes.dex
GCM App/bin/classes/.gitignore
GCM App/bin/dexedLibs/actionbarsherlock-898ce616cc4cf3ecc78e0e4def723365.jar
GCM App/bin/dexedLibs/android-support-v4-e6b90fb22fe76a3997f5674a7d61271a.jar
GCM App/bin/dexedLibs/facebooksdk-691bf290afdf0b74b29a174b5eb21da4.jar
GCM App/bin/dexedLibs/google-play-services-53186f4a9ac0d84ac93fa75d48a969ee.jar
GCM App/bin/dexedLibs/volley-9f5c607ffa0078faaf9accdb12431a54.jar
GCM App/bin/jarlist.cache
GCM App/bin/res/drawable-hdpi-v5/ic_tab_send_selected.png
GCM App/bin/res/drawable-hdpi-v5/ic_tab_send_unselected.png
GCM App/bin/res/drawable-hdpi/ic_action_ic_drawer.png
GCM App/bin/res/drawable-hdpi/ic_launcher.png
GCM App/bin/res/drawable-hdpi/ic_tab_send_selected.png
GCM App/bin/res/drawable-hdpi/ic_tab_send_unselected.png
GCM App/bin/res/drawable-mdpi-v5/ic_tab_send_selected.png
GCM App/bin/res/drawable-mdpi-v5/ic_tab_send_unselected.png
GCM App/bin/res/drawable-mdpi/ic_action_ic_drawer.png
GCM App/bin/res/drawable-mdpi/ic_launcher.png
GCM App/bin/res/drawable-mdpi/ic_tab_send_selected.png
GCM App/bin/res/drawable-mdpi/ic_tab_send_unselected.png
GCM App/bin/res/drawable-xhdpi-v5/ic_tab_send_selected.png
GCM App/bin/res/drawable-xhdpi-v5/ic_tab_send_unselected.png
GCM App/bin/res/drawable-xhdpi/ic_action_ic_drawer.png
GCM App/bin/res/drawable-xhdpi/ic_launcher.png
GCM App/bin/res/drawable-xhdpi/ic_tab_send_selected.png
GCM App/bin/res/drawable-xhdpi/ic_tab_send_unselected.png
GCM App/bin/res/drawable-xxhdpi/ic_launcher.png
GCM App/bin/resources.ap_
GCM App/gen/.gitignore
GCM App/ic_launcher-web.png
GCM App/libs/android-support-v4.jar
GCM App/libs/google-play-services.jar
GCM App/proguard-project.txt
GCM App/project.properties
GCM App/res/drawable-hdpi-v5/ic_tab_send_selected.png
GCM App/res/drawable-hdpi-v5/ic_tab_send_unselected.png
GCM App/res/drawable-hdpi/.DS_Store
GCM App/res/drawable-hdpi/ic_action_drawer_shadow.9.png
GCM App/res/drawable-hdpi/ic_action_ic_drawer.png
GCM App/res/drawable-hdpi/ic_launcher.png
GCM App/res/drawable-hdpi/ic_tab_send_selected.png
GCM App/res/drawable-hdpi/ic_tab_send_unselected.png
GCM App/res/drawable-mdpi-v5/ic_tab_send_selected.png
GCM App/res/drawable-mdpi-v5/ic_tab_send_unselected.png
GCM App/res/drawable-mdpi/ic_action_drawer_shadow.9.png
GCM App/res/drawable-mdpi/ic_action_ic_drawer.png
GCM App/res/drawable-mdpi/ic_launcher.png
GCM App/res/drawable-mdpi/ic_tab_send_selected.png
GCM App/res/drawable-mdpi/ic_tab_send_unselected.png
GCM App/res/drawable-xhdpi-v5/ic_tab_send_selected.png
GCM App/res/drawable-xhdpi-v5/ic_tab_send_unselected.png
GCM App/res/drawable-xhdpi/ic_action_drawer_shadow.9.png
GCM App/res/drawable-xhdpi/ic_action_ic_drawer.png
GCM App/res/drawable-xhdpi/ic_launcher.png
GCM App/res/drawable-xhdpi/ic_tab_send_selected.png
GCM App/res/drawable-xhdpi/ic_tab_send_unselected.png
GCM App/res/drawable-xxhdpi/ic_launcher.png
GCM App/res/drawable/.DS_Store
GCM App/res/drawable/ic_tab_send.xml
GCM App/res/layout/activity_main.xml
GCM App/res/layout/activity_signin.xml
GCM App/res/layout/fragment_drawer_main.xml
GCM App/res/layout/fragment_main.xml
GCM App/res/layout/messagerow.xml
GCM App/res/layout/userrow.xml
GCM App/res/menu/menu.xml
GCM App/res/values-sw600dp/dimens.xml
GCM App/res/values-sw720dp-land/dimens.xml
GCM App/res/values-v11/styles.xml
GCM App/res/values-v14/styles.xml
GCM App/res/values/dimens.xml
GCM App/res/values/strings.xml
GCM App/res/values/styles.xml
GCM App/src/com/iapplize/gcmtest/Installation.java
GCM App/src/com/iapplize/gcmtest/MainApplication.java
GCM App/src/com/iapplize/gcmtest/activity/MainActivity.java
GCM App/src/com/iapplize/gcmtest/activity/MainActivityUserSelectListener.java
GCM App/src/com/iapplize/gcmtest/activity/SignInActivity.java
GCM App/src/com/iapplize/gcmtest/database/DataBaseProvider.java
GCM App/src/com/iapplize/gcmtest/database/MySQLiteHelper.java
GCM App/src/com/iapplize/gcmtest/database/TableChat.java
GCM App/src/com/iapplize/gcmtest/fragment/MainDrawerFragment.java
GCM App/src/com/iapplize/gcmtest/fragment/MainFragment.java
GCM App/src/com/iapplize/gcmtest/gcm/GCMListener.java
GCM App/src/com/iapplize/gcmtest/gcm/GcmBroadcastReceiver.java
GCM App/src/com/iapplize/gcmtest/gcm/MainGCM.java
GCM App/src/com/iapplize/gcmtest/google/plus/GooglePlayServicesErrorDialogFragment.java
GCM App/src/com/iapplize/gcmtest/google/plus/GooglePlusErrorDialogFragment.java
GCM App/src/com/iapplize/gcmtest/google/plus/MomentUtil.java
GCM App/src/com/iapplize/gcmtest/google/plus/PlusClientFragment.java
GCM App/src/com/iapplize/gcmtest/http/HTTPResponceListener.java
GCM App/src/com/iapplize/gcmtest/http/HttpConnect.java
GCM App/src/com/iapplize/gcmtest/http/Parsing/UserHandler.java
GCM App/src/com/iapplize/gcmtest/http/Parsing/xmlParser.java
GCM App/src/com/iapplize/gcmtest/http/object/Message.java
GCM App/src/com/iapplize/gcmtest/http/object/User.java
Gcm test server/.DS_Store
Gcm test server/.classpath
Gcm test server/.project
Gcm test server/.settings/com.google.appengine.eclipse.core.prefs
Gcm test server/.settings/com.google.gdt.eclipse.core.prefs
Gcm test server/.settings/org.eclipse.jdt.core.prefs
Gcm test server/.settings/org.eclipse.wst.common.project.facet.core.xml
Gcm test server/src/.DS_Store
Gcm test server/src/META-INF/jdoconfig.xml
Gcm test server/src/META-INF/persistence.xml
Gcm test server/src/com/.DS_Store
Gcm test server/src/com/iapplize/.DS_Store
Gcm test server/src/com/iapplize/gcm/.DS_Store
Gcm test server/src/com/iapplize/gcm/test/.DS_Store
Gcm test server/src/com/iapplize/gcm/test/server/GCM_Get_Message_Servlet.java
Gcm test server/src/com/iapplize/gcm/test/server/GCM_Get_User_List_Servlet.java
Gcm test server/src/com/iapplize/gcm/test/server/GCM_Save_Client_Servlet.java
Gcm test server/src/com/iapplize/gcm/test/server/GCM_Send_Message_Servlet.java
Gcm test server/src/log4j.properties
Gcm test server/war/.DS_Store
Gcm test server/war/WEB-INF/appengine-generated/datastore-indexes-auto.xml
Gcm test server/war/WEB-INF/appengine-web.xml
Gcm test server/war/WEB-INF/classes/.gitignore
Gcm test server/war/WEB-INF/datastore-indexes.xml
Gcm test server/war/WEB-INF/lib/appengine-api-1.0-sdk-1.8.0.jar
Gcm test server/war/WEB-INF/lib/appengine-api-labs.jar
Gcm test server/war/WEB-INF/lib/appengine-endpoints.jar
Gcm test server/war/WEB-INF/lib/appengine-jsr107cache-1.8.0.jar
Gcm test server/war/WEB-INF/lib/datanucleus-appengine-1.0.10.final.jar
Gcm test server/war/WEB-INF/lib/datanucleus-core-1.1.5.jar
Gcm test server/war/WEB-INF/lib/datanucleus-jpa-1.1.5.jar
Gcm test server/war/WEB-INF/lib/gcm-server.jar
Gcm test server/war/WEB-INF/lib/geronimo-jpa_3.0_spec-1.1.1.jar
Gcm test server/war/WEB-INF/lib/geronimo-jta_1.1_spec-1.1.1.jar
Gcm test server/war/WEB-INF/lib/jdo2-api-2.3-eb.jar
Gcm test server/war/WEB-INF/lib/json_simple-1.1.jar
Gcm test server/war/WEB-INF/lib/jsr107cache-1.1.jar
Gcm test server/war/WEB-INF/lib/junit.jar
Gcm test server/war/WEB-INF/lib/mockito-all-1.8.5.jar
Gcm test server/war/WEB-INF/logging.properties
Gcm test server/war/WEB-INF/web.xml
Gcm test server/war/favicon.ico
Gcm test server/war/index.html
README.md

Download

Click the following link to download GCM_Chat_example-master.zip.

GCM_Chat_example-master.zip




















Home »
  Android Free Code »
    Chat »




Chat
Chat Client
Chat IRC
Chat Rabbitmq
Chat Server
Chat Video
Chat XMPP