I am developing a chat application in android with smileys. I am fetching data(images) from my own sqlite database. i use grid view to display list of smileys. when i select a specific smiley i get the corresponding special character from sqlite DB and display them in edittext box where i type message. I am struck here "when i click on the enter button message i need to be displayed text message along with smiley image selected entered in the edittext". How can i display smiley images in listview. Please help me.
Eg.: Message .
Regards, Raghav.