Reputation: 21
I need to create an application to send messages from my computer to the android devices. The message has to be send to all the devices installed my app.
If possible to create the app pl z give me ideas.
Upvotes: 1
Views: 1664
Reputation: 1882
You need to use Google Cloud Messaging Service. Google Cloud Messaging GCM is a free service that helps developers to send notifications to their Android application. GCM connection servers take messages from a 3rd-party application server (written by you) and send them to a GCM-enabled Android application (the "client app," also written by you) running on a device. This is Google Official site for you. This is sample tutorial site for you.
Upvotes: 4