This example MIDlet shows you how to create a game that supports multiple screen resolutions. The MIDlet demonstrates a way of covering practically all screen resolutions in one MIDlet by using a scaling algorithm for the graphics. The MIDlet itself is basically an Arkanoid clone, but with electric frosting.
Figure: Explonoid MIDlet
You need the following to develop and test this MIDlet:
Nokia Asha SDK 1.0
Nokia Asha software platform 1.0 or Series 40 phone with CLDC 1.1 and MIDP 2.1 APIs
For instructions on how to get started with Java ME, see section Getting started.
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.