Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Implement chat application for Android? [closed]

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.

like image 380
user396530 Avatar asked Mar 05 '11 12:03

user396530


1 Answers

This helps you to solve Push Notification in Android Chat applications. You may also build your own push notification server backed by the Really Small Message Broker(a small program that sends and receives data in the form of messages to and from applications and devices over TCP/IP network connections.)

like image 74
Rupesh Yadav Avatar answered Oct 12 '22 02:10

Rupesh Yadav