[android-developers] Android Dynamic View for chat application

2012-09-27 Thread amit
Hello friends, please suggest me how to make android dynamic view(or gui) for chat application. for example : when i am chatting with a friend but that time a new message comes from other friend then what should i do for showing this message. i am confuse how to work with multiple view and

Re: [android-developers] Android Dynamic View for chat application

2012-09-27 Thread Live Happy
use listview , the message will be as layout in the row and u can made 2 layout one for send and other for receive save data in database use cursor adapter to retrieve and when u can call notify datasetchange for update list wish that can help u On Thu, Sep 27, 2012 at 12:23 PM, amit