I have started to work on mobile platform after some delay. From now on, I would be developing mobile application extensively. Since my early days of building UI using LCDUI has been replaced by new and more rich UI libraries. As always I am digging in to find out the similarities and possible convertion among different library.
The most productive path would be using the visual mobile designer from netbeans mobility pach. It creates an vmd file alone with class file. It is basically and XML file similar to the form file used in Matisse. Mostly populated with Component and Property tag. I am mainly interested in C#DisplayablesCategory, Cjavax.microedition.lcdui.Form, Cjavax.microedition.lcdui.TextField and
Cjavax.microedition.lcdui.ChoiceGroup
I don't know why there is a prefix C in typeID and in case of Property value a prefix V. It looks ugly! Also noticed some missing choiceType. There is V1 for EXCLUSIVE, V2 for MULTIPLE and V4 for POPUP. I wonder what V3 is for!
Anyway, I created a simple converter which takes vmd file and creates similar html form.
Friday, February 13, 2009
Visual Mobile Designer
Subscribe to:
Posts (Atom)