BlackBerry - List with checkbox along with search criteria
问题 I am trying to display a list of data with checkboxes, where user can select multiple items at one time... I want a search field on top of the list which will search through the list... How do I do it? 回答1: Explanation First, create a vector with all list fields, so you will be able to add and remove them on screen at any time. When you create screen, add them all to list control. Now, lets say you have one of those EditFields - your search field. You can set a listener for it and catch text