I want to customize a ListField in BlackBerry which would be able to list an image and text in a row.
How to accomplish this?
I want to customize a ListField in BlackBerry which would be able to list an image and text in a row.
How to accomplish this?
Starting with BlackBerry Java SDK 6.0 you can use a
RichList
:screenshot http://img10.imageshack.us/img10/1410/listfield.jpg
Try something like this:
See code from rtm4bb - A BlackBerry Client for Remember the Milk:
Without knowing more detail about what you're trying to do, I'd suggest taking a look at some of the sample apps that ship with the BlackBerry development environment. Several of the apps such as Contacts.java and PhoneApiDemo.java have a
ListField
andListFieldCallback
implemenation.