custom list field with more than one row(image and text), and can be populated using a vector

Posted by Jisson on Stack Overflow See other posts from Stack Overflow or by Jisson
Published on 2011-02-28T07:22:05Z Indexed on 2011/02/28 7:25 UTC
Read the original article Hit count: 260

In my app I want show a list,and when user click in any list item ,some new items must be added to the same list.Now I use default ListField of bb and a vetcor to add or remove elements to or from it.Now I want the list to hold more than one row(an image and some text), i searched for it I got some good sample but it not suitable for me(http://stackoverflow.com/questions/1872160/how-to-customize-list-field-in-blackberry).

I need a custom listfield which have atleast two rows and can be populated using a vector from the MainScreen class.I want only one object of custom class.If any one have idea please help.

© Stack Overflow or respective owner

Related posts about blackberry

Related posts about blackberry-simulator