J2ME linking interfaces.
- by user554031
Hey guys, I've been working with J2ME for a short while, however I've been unable to find anything regarding my query.
I'm wanting to link interfaces, I.E A to B to C. Similar to a card layout. Information on each interface changes based on the choices the user made previously. For example City - Cinema - Cinema Listings.
The eventual target is to create a MIDlet that displays information from a database (I understand a midlet needs to connect to a servlet which connects to the DB).
Thanks in advance for you're time.