Skip navigation

..code

coding

We’ve work a lot with Class using the extends function to define subClasses and keep clear our code, e.g.: Menu is the structure for all menus, DrawMenu extends Menu.
The most tricky part during the programming stage was to developed our application using Mobile and Processing both to check the pointer pression on the screen, because on Windows the MobileProcessing’s emulator (J2Me Wireless toolkit 2.5) dosen’t support pointer functions.
Unfortunately we’ve worked in vertical mode because the PDA Midlet manager couldn’t rotate the application in horzzontal mode in Windows mobile, the image here under explain better the situation.

note - midlet

An unlukily obstacle was to run the application in fullscreen mode because PDA (Qtek 9090) which we used doesn’t allows this function.

The most important result was that sound works extremely good on MobileProcessing and on PDA, we’ve used MSound library.

play with the application

Note’s JAR file (a MIDlet)

Note’s Project Folder

NOTE | know more | interface design | editing | technology | code | process | credits