How to Implement chat application for Android?
Posted
by
user396530
on Stack Overflow
See other posts from Stack Overflow
or by user396530
Published on 2011-03-05T12:44:22Z
Indexed on
2012/03/19
10:04 UTC
Read the original article
Hit count: 175
I am working on a chat application for android. This chat application is for sending messages from one device to another using internet(GPRS,3G,etc) from this application. please tell me a way to implement this.
I thought using web services is more data(internet) consuming and less efficient.is this right?
I worked on server and client sockets. I ran both server and client classes in single device and messages can be transfered from client socket to server socket and vice versa.Now i want to message between two devices using server socket on web server and how to connect to server from Android Devices. please help me thank you very much.
© Stack Overflow or respective owner