Search code examples
javajava-melwuit

How to create a multiSelectable List or a checkBoxGroup in LWUIT?


I am working on LWUIT 1.4 and in my current application I want to display a list to the user and user can select choices as many as possible.. For other simple cases (where only single selection is allowed) I have used ComboBox but for the multiple selection I really need a better solution.

Any code snippet of lwuit List or ChoiceGroup with checkboxes will be of a great help.


Solution

  • See this article, LWUIT List Checkbox. It will helps you and also see this discussion.