Reputation: 346
I'm developing a simple j2me app. I'm using LWUIT library in order to create GUI for it. But it turns out that this lib is very slow on real phones (for example, when I press a button that redirects me to another form, it takes from 0.5 to 1 second for this form to load. I've tested it on my Nokia C5-03. In the emulator everything's fast.).
So now I'm searching for yet another, faster GUI lib for j2me. Please, can anyone give me a piece of advice of what lib is better to use? My requirements are:
Upvotes: 3
Views: 298
Reputation: 12
i think there is a version of lwuit customized for every nokia series
when i developed for nokia s40 this issue solved when i used the s40 lwuit library
if you couldn't find the library for the nokia series you are developing for you can use canvas and draw your own GUI it's so fast
Upvotes: 1