This MIDP application demonstrates the use of touch events in Series 40 touch devices. It shows how to do high-performance touch event handling as well as circumvent touchscreen limitations by using simple mathematics. Additionally, some reusable custom UI components are introduced.
Though optimised for Series 40 devices, the application can also be run on any Symbian touch UI device with Java 2.1 runtime.
The project is being hosted and developed at: https://projects.forum.nokia.com/JMEPaint where you can read additional documentation, look at possible newer revisions, and also contribute to the project.
Important classes: Graphics, GameCanvas, Vector, Image.
This MIDP application demonstrates the use of touch events in Nokia Asha software platform 1.0 and Series 40 touch phones. It shows how to do high-performance touch event handling as well as circumvent touchscreen limitations by using simple mathematics. Additionally, some reusable custom UI components are introduced. The latest version has been optimised for full touch phones and multi-point touch support has been added.