BaSs_HaXoR

Android Chat Application using Google Cloud Messaging (GCM)

Dec 26th, 2014
477
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* Android Messaging app Tutorial using Google Cloud:
  2.  
  3. This is a small update to our previous Android Chat Application article. Some users are not familiar in working with Object Oriented database MongoDB, so we are providing the alternative with Relational MySQL database instead of MongoDB.
  4. Everything remains same except the two files in the Node.js Server. The files requests.js and package.json should be changed. The file requests.js is completely rewritten in order to support MySQL database. The file package.json includes the dependency for mysql module.
  5.  
  6. //SOURCE TUTORIAL: http://adf.ly/vZ0F6
  7. //SOURCE VIDEO YouTube TUTORIAL: http://adf.ly/vZ0Fj
  8.  
  9. Android Chat Application using Google Cloud Messaging (GCM). We use Node.js back-end and MongoDB database.
  10. */
  11.  
  12. //#GCM #GoogleCloud #Google #Android #Chat #Messaging #APP #Java #Learn2Crack
Add Comment
Please, Sign In to add comment