If I want to show messages in a threaded conversation, which layout should I use? A linear layout with text views or a list view? Or something else?
Share
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.
Even i suggest you to go with ListView as the number of conservation increase in listview the customadapter i.e., android take care about show few list item while scrolling.
if you use LinearLayout or any other layout then then you will run into problems as the number of conservation increases
Here is the LINK for a sample example to implement