You might never heard about WSO2 API manager before. Well, it’s a tool which can be used to manage your APIs. You can learn everything that you need to know from the documentation provided by WSO2. Before talking about the things that they have not mentioned it would be better to have a clear understanding about…
Month: December 2015
Android Push Notifications with GCM – Server Side(JAX-RS)
If you are not familiar with GCM please refer this url to get an idea before starting this tutorial. Overview When you are sending a push notification from the server you need to know the device registration id first. Device registration ID can be stored when the device is registered. Here I assume you all know the…
Android Push Notifications with GCM – Client Side
Overview of Google Cloud Messaging As per google’s documentation “Google Cloud Messaging for Android (GCM) is a service that helps developers send data from servers to their Android applications on Android devices” Send a request to GCM from the device to register (with the google project number). GCM sends back the device registration ID. Device…