Search code examples
lwuit

Record store in lwuit


Does LWUIT have an implementation for j2me record store?

I have made a lwuit app which uses j2me recordstore. However, I feel that using lwuit api without jumping into j2me api would help make the app more portable. Am I right?

Thanks


Solution

  • Yes, LWUIT has a record store. Check Storage Class of LWUIT IO, but this is only available in LWUIT 1.5.

    Yes, it would make it more portable.