Google Cloud Messaging (GCM) is a free service from Google that helps Android developers to send data from their servers to Android applications on Android devices. GCM is the next generation of Android Cloud to Device Messaging (C2DM) which is currently deprecated but still in service without … [Read more...] about How to Send Message to Google Cloud Messaging (GCM) Server Using JSON and PHP
json
Four Best Chrome Extensions for Reading JSON
As a software developer that deals much with RESTful API, reading raw JSON data on browser can be a pain. It always easier to read a well formatted JSON in tree view than in raw data format. Luckily, Chrome has some extensions that could format raw JSON data into tree view format that can be read … [Read more...] about Four Best Chrome Extensions for Reading JSON
Recent Comments