I am working on a chat application for Android. This chat application is designed to send messages from one device to another using the Internet (GPRS, 3G, etc.) from this application. tell me how to implement this.
I thought that the use of web services is more data (Internet), consuming and less efficient. Is that right?
I worked on server and client sockets. I ran both server and client classes on the same device, and messages can be sent from the client socket to the server socket and vice versa. Now I want to receive messages between two devices using the server socket on the web server, and how to connect to the server from Android devices. please help me, thank you very much.
android web-services chat
user396530
source share