PKlumpp
PKlumpp

Reputation: 5233

Send message from Server to Android device and vice versa

I want to implement a chat application. But I have a few questions, which I could not solve by searching the internet.

My requests are:

I wonder if GCM (Google Cloud Messaging) is the appropriate solution for me. I have not yet worked with it, so I would like to have some help. Will I run into troubles with this? And most important: Is a registration required?

Upvotes: 0

Views: 185

Answers (1)

nobalG
nobalG

Reputation: 4630

You will run into troubles surely, GCM is not for creating chat applications . You will need this XMPP.GCM is kind of thing used for broadcasting messages,which does not even guarantee the delivery of messages instantaneously i.e real time which you will be requiring.

SEE THIS TOO: Android and XMPP: Currently available solutions

Upvotes: 1

Related Questions