|
Rendering Forms XML and generating a form -
11-09-2009, 01:28 AM
Hi,
In J2ME we have MOVIFORMS which can render an xml for generating a form and then map it with the j2me controls to create a display for the Form.
e.g. given a xml such as <Form> <textbox value="Name"/></Form> it will render the xml and then generate a screen with the TextBox control on it.
Is there anything similar to the above case which can be used for the Blackberry applications using RIM API's?
Thanks
|