Category Archives: J2ME

J2ME StopWatch

The MIDlet I mentioned Tuesday is ‘working’… I guess it’s pretty basic functionality. A Thread repaints a Canvas object every 500 milliseconds, you can stop, start and reset the stopwatch. Download the jar and the jad here, install them on … Continue reading

Posted in J2ME | 5 Comments

StopWatch MIDlet

To get a better handle on MIDP programming, I’m writing a quick and dirty stopwatch for my phone (the Nokia 3650, which didn’t come with a stopwatch, unlike the T68i I had before). Basically, I’ve got a MIDlet class (container … Continue reading

Posted in J2ME | 3 Comments

Camera MIDlet: A Mobile Media API Example v1.0

Code filled article on Forum.nokia.com: Camera MIDlet: A Mobile Media API Example v1.0. This document describes the Camera MIDlet, a simple example program that makes use of the image capture capability. The document also provides a few ideas for how … Continue reading

Posted in J2ME, Mobile Devices | 2 Comments