I want to develop an interface like WhatsApp chat.
I implemented the whole interface with ListView
. I can able to add text to ListView
. But I don't know how to add an image to the same ListView
as an attachment.
My main aim is to add text, images, audio files, and video files to single ListView
.
Please help me.
Finally I got the answer.
Here is my code for combining the TextView and ImageView in ListView:
adding-more-than-two-different-layouts-to-listview.html