Feeds:
Posts
Comments

Archive for the ‘Mobile Devices’ Category

W2: MIDlets

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 [...]

Read Full Post »

W1: Java

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 [...]

Read Full Post »