I followed example as http://www.androidpeople.com/android-custom-dynamic-listview/
However I bump into problem applying autoscroll to bottom as
listview.setTranscriptMode(ListView.TRANSCRIPT_MODE_DISABLED);
Where should I apply it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apparently it was solve with adding the following line under xml file.