How to make a instant messenger GUI with bubbles
android
Solution
Regarding showing the all the chat messages you will use `ListView`.
Each item will show single message from user.
You have to provide two types of row, one for the sender and other for receiver.
and regarding speech bubble you need to work with 9 patch images.
Edit: I've written a blog post about Android Speech Bubble. may be of some help for you. :)
Problem
I am a very beginner and I need someone to tell me, which way instant messengers GUI with bubbles are done. Is it just a ScrollView with TextViews with 9-patched backgrounds? And which way the new ones get created at the very bottom? Or is there any library to implement all this? How to make it on Android? Just point me to the technology.