I recently delved into Mobile Programming, I practically tried the J2ME Polish GUI ,
Although the GUI with the Polish language looked pretty decent, I realized that the user interface was not what I was looking for.
I started scourging the Web most of all for Qaru and formulated certain rules:
- Java ME is ubiquitous, so it would be a good runtime to start programming.
- The GUI frame should be such that it gives me full control over drawing on the screen at a lower level a la Flash for desktop computers.
- The application must be portable in accordance with WORA and work on various phones, regardless of resolution, screen size, etc.
- Animation support.
In my search for a finite GUI based on the above rules, I found some more Polish ones, such as LWUIT, MiniME, Nemo. Although I could not try them.
What GUI framework would you recommend in accordance with the rules stated above ?.
source share