2

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?

1 Answer 1

3

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.

Sign up to request clarification or add additional context in comments.

2 Comments

I am looking for the server side implementation ? Any suggestion about how i do it ? Do i have to use GCM . Can i implement GCM on php server ?
I am Android developer but I have done projects like this so Yes you can.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.