Hello,
I am writing my own chat routine in my app and have all of the back end part done on the server. I am using JSON to retrieve any new messages to be added to the chat in the app. What is the best way to show the text? Do I put a listView and add text at the bottom and have it scroll to the bottom each time?
Thanks,
Warren