I have 2 forms and the data should be stored in the record store only after filling all the fields in both the forms and if we switch from one form to another the fields in the form should contain whatever the user has entered. So how do I store the previous data and auto populate it when he switches from one form to another?
feedback
|
|
You need to indicate whether you are actually using LWUIT manually to build the form or using the GUI builder. Also the answer for 1.4 differs from the answer to 1.5.
If you are using LWUIT 1.5 just use LWUIT4IO's Storage classe's writeObject method. Create an object that implements the If you are using 1.4 just go over the RMS API. Not the most intuitive API in the world but usable for storing data. | |||
|
feedback
|
|
You can get the values from | |||
|
feedback
|
|
you can have one public | ||||
|
feedback
|