I want to implement chat feature in my android application,in this feature one user should be able to chat more than one person at a time also he can send smileys to other person.
I would like to know that how can I implement this feature,if you have done this or you know better way kindly share it with me.
The ListView has a feature that helps make this task less painful. It is called the transcript mode:
Here is a video presentation on this.
The sdk samples itself has a BluetoothChat application which you can use as a reference.