The document discusses Google Cloud Messaging (GCM), a free service enabling developers to send data from servers to Android applications without needing the app to be running. It highlights GCM's ease of use, benefits over traditional polling methods, and minimum requirements for implementation on client and server sides. The process involves sending messages to GCM servers, which then deliver them to online devices, along with guidelines for integration with Android projects.
Related topics: