Progress report 11

Last week have been used to implement some of the proposed functionality of the mobile client. I have added the ability to store settings so that the address for the gps receiver do not have to be entered every time. In addition, the mobile client can now record a route and store it to the file system of the mobile using jsr-75 (file and pim api). However, this part is not finished since a better GUI must be built.

The recording of the route have been tested two times and it seems to work. The recorded routes were displayed using a simple canvas class that draws the outline of the route. Currently, the route which is drawn is scaled to fit the screen of the mobile, but a smarter solution will be added.

Leave a Comment