Each of the handset manufacturers has implemented their own proprietary features (and bugs).
Remember that using any of these facilities means that your code won't run on any handset that doesn't support that facility. Here are the sites for some of the main manufacturers:
Nokia: http://www.forum.nokia.com
Motorola: http://www.motocoder.com/m
Sony Ericsson: http://developer.sonyerics
Siemens: https://communication-mark
Main Topics
Browse All Topics





by: JavaInTheMorningPosted on 2004-06-13 at 10:53:21ID: 11300614
Nokia extends many things that aren't present in the MIDP 1.0 default implementation:
I'll state the main things:
1) FullCanvas - Use the entire screen as a canvas
2) SoundPlayer - Use it to play sounds (formats depend on the specific device - wav, tone)
3) DirectGraphics - Allows pixels manipulation (changing colors, rotating, flipping...)
These are the main things, and of course, there are many more.
Read the Nokia's API to see what they've added.
Itsik