Reputation: 208
I want to develop a chat application just for two clients on different devices. Do I have to use Google Cloud Messaging? I want to use PHP server. As I have only two clients no database or login phase is needed I think.
How to set up the server so that clients can communicate with one another?
Upvotes: 2
Views: 5299
Reputation: 418
You can go for XMPP chat implementation in Android.
http://vidorsolutions.blogspot.in/2011/01/writing-xmppjabber-chat-application-for.html
https://github.com/wihoho/Android-XMPP
you can visit above links. Hope it may help.
Upvotes: 3