views:

49

answers:

1

I can't seem to find any examples on the web on J2ME apps with multiple "forms" or screens. What is the best pattern to handle multiple screens in a MIDlet and keep the memory consumption low?

Here's a sample display structure (any can be a form or plain canvas with custom items),

Main Menu - Sync - Settings - Item - Another one - ... - ... - List - Item - Edit - Some other display

A: 

Take a look at Lightweight UI Toolkit. It has different UI elements and UI patterns including the one you have listed. See if this helps you out.

Faisal Feroz