Reputation: 943
I am new to android. I want to display the list of images using the ListView. The images which are displayed are decided at runtime according to server response. and also i want to embedd some text on this image(like match scoring chip). the number of images are not fix. Can anybody help me here?
Upvotes: 0
Views: 3406
Reputation: 12327
I would read the 6 parts to this series. It will show you how to create your own custom listview rows to accomplish what you are asking for: http://www.androidguys.com/2008/07/14/fancy-listviews-part-one/
Upvotes: 1