This example MIDlet shows you how to create and use a Canvas
-based UI with text input capabilities. (The MIDlet
uses the TextEditor
class and TextEditorListener
interface of the Nokia UI API.) The MIDlet also demonstrates how
to implement XML server communication using HTTP. However, the focus
is on the text input capabilities.
The MIDlet is optimized for QWERTY devices with a five-way navigation keypad, such as Nokia C3-00.
The MIDlet is a demo of a WordPress blog administration client, modeled after the WordPress for Nokia application.
Figure: Wordpress MIDlet running on a Series 40 device
For a tutorial that shows you how to create this MIDlet, see section Example: Creating a blogging MIDlet 2.
This MIDlet is compatible with Series 40 6th Edition and newer.
This MIDlet has been tested on the following device:
Nokia C3-00 (Series 40 6th Edition)
The MIDlet project files are packaged as a zip file. To download the zip file, click the following link:
For possible newer version, other updates or additional documentation, check the Wordpress at Nokia Developer Projects.
The MIDlet consists of the following packages and classes (click to view the full source code):
com.nokia.example.wordpress
com.nokia.example.wordpress.components
com.nokia.example.wordpress.helpers
com.nokia.example.wordpress.networking
com.nokia.example.wordpress.views