Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Blog Reader Android App Adapting Data for Display in a List Adding Secondary Data with a SimpleAdapter

How we gonna do, if I need to contain more than three data field in one listview. Use layout simple_list_item_3????

Sorry if my question is not clear.

1 Answer

Jon Kussmann
PLUS
Jon Kussmann
Courses Plus Student 7,254 Points

Hello,

It looks like right now you are using the default layouts to display items in a list. Continue working through the tutorials and you will learn how to make custom layouts so that you can display several data fields, images, etc. in lists.

Wow Thank you so much. I need to learn more .