Example: Creating a blogging MIDlet 1

The Blog Writer MIDlet shows you how to use a TextEditor together with a CanvasGraphicsItem . The MIDlet is a simple demo of a blogging client that allows you to compose and publish posts to a blog.

Figure: Blog Writer MIDlet on a Series 40 device

The MIDlet does not work on non-touch Series 40 devices.

For instructions on how to get started with Java ME, see section Getting started.

Development

For more information about the MIDlet, see:

  • Design for information about the design and functionality of the MIDlet

  • Implementation for information about implementing the MIDlet

You can download the project files for the MIDlet from the download page.