I need to create a list. The list will contain similar objects. each object will have some images, text and buttons. I can put those items in a table layout and arrange them (child). But i need to have a list of these(childs) items. And i need to populate them by dynamically. So i just cant code them in an XML at the beginning.
How can i do it. Can you post some tutorials or samples.
Thank you
This helped me a lot in designing custom views as part of a listview –
http://saigeethamn.blogspot.in/2010/04/custom-listview-android-developer.html
EDIT –
never tried may be where this is –
replace text by imageviews in xml file
and then where this is
repalce it with
Image1 will be your image
Is this what you meant?