Search code examples
searchjava-melwuit

How do I implement Search in my List in LWUIT?


On Shai's blog entry about Searchable list, I noticed that he commented that since he optimized LWUIT some things are broken.

I want to implement search on my list in LWUIT, please how do I implement? Some basic examples would also be very helpful, thank you.


Solution

  • The only thing you need to do is explicitly invoke form.registerAnimated() which was missing in my original demo code.