I produced an insurance form which could be filled in by a user on the mobile phone as part of this week’s exercise.
When the user entered their details and pressed Save it would show the details they entered.
This was created using TextFields (textboxes), StringItems (labels), ChoiceGroups (checkboxes and radiobuttons), Commands and two different forms. The [...]
Archive for the ‘Mobile Devices’ Category
W2: MIDlets
Posted in Mobile Devices on February 15, 2009 | Leave a Comment »
W1: Java
Posted in Mobile Devices on January 31, 2009 | Leave a Comment »
Java feels very similar to C#, with the odd annoying differences such as String instead of string as an example. I have been using NetBeans which is quite a nice Java Environment. It does come annoying, however when the environment specifies errors instantly when typing out code. Such as when declaring an int it will [...]