ListField containing pictures and text?

1.1k views Asked by At

I want to build an application that has a ListField, within which I want to put 12 images and 12 text items. However, I am not familiar with ListField -- can anyone help me get started, or provide me with some sample code? Any help will be appreciated.

1

There are 1 answers

5
Eric Giguere On

You would use a custom listfield. See the ListFieldCallback interface, and this tutorial: "Create a Custom Listfield - Change Highlight Color when Scrolling"