PDA

View Full Version : Backward Navigation in J2ME


ruffy
06-13-2004, 08:23 PM
Is there an efficient way to traverse screens backwards without too much IF code, or even without softkeys at all?

I'm thinking like this: To make each "node" (screen display) an Object, stack it, and in backing up - fetching the next BACK node from the stack. Can you help out this newbie please?