Question

I've to develop an android application that allows users to chat I want to make textView that handle their conversations in Balloon as shown in the picture below ,,

can anyone inform me how can I do that ????

thanks in advance

enter image description here

Was it helpful?

Solution

create two balloon images (for sent and received messages), make them 9 patch and set them as background to a layout which contains conversation.

OTHER TIPS

You will use 9 Patch images for this.

for showing them, you will use ListView and each row item will contain text and that 9 patch chat bubble background.

Lot of discussion are available:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top