Balloon in Chatting Android Application

android, balloon, chat, java, xml

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.

Problem

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

Original source

Related problems