Search code examples
blackberryblackberry-simulatorblackberry-eclipse-plugin

How can i create custom listField?


Possible Duplicate:
How to customize a ListField in BlackBerry?

Hi Friend's i want to create custom list field. and also want to add image over it.

like this image.So please help me how can i do this with navigation click event

Thanks in Advance


Solution

  • Yes, You can create custom list field by implementing ListFieldCallback and also by overriding the drawListrow Method. Then You can create your custom code inside of that method.