Forms and Items
Under Screen, we have the subclass called Form. It can hold lotsa items like StringItems, TextFields, and ChoiceGroups. Now we are more interested in StringItems and TextFields, as they are the ones who fits into our "Registration Form".
There are example codes on UI (User Interfaces) that comes with the Mobile Toolkit.
Ok we already have the example, now we do our "Copy and Modify", and of cos ... redesign the appearance of the form. Unlike the example with variant textfield length, we make it look something like this.
Looks better? 1 line for 1 Textfield.
Now we are done with UI portion. Next we gotta add in Commands for user interaction. ok now back to research on that.
No comments:
Post a Comment