1

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.

Lucifer
  • 29,392
  • 25
  • 90
  • 143
Amit
  • 13,134
  • 17
  • 77
  • 148

1 Answers1

2

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

Community
  • 1
  • 1
bharath
  • 14,283
  • 16
  • 57
  • 95