Back | Tutorial Home | Next
Now you can make screen saver MIDlets. You can also set your MIDlets to be started during mobile start up.This is a surprising addition to the MIDP 3.0. Now you can create a MIDlet which will run when the device is idle for a specified amount of time.
To make a MIDlet into a screen saver MIDlet you will just need to add the following line in your JAD file or manifest file.
MIDlet-Category-1: screensaver
This line instructs the AMS(Application Management software) that the MIDlet is of category screensaver.
Screen Saver registration process
When Screen Saver MIDlet is installed following chronology of events happen
This screen saver functionality in MIDlets adds a new entertaining service to existing bouquet of MIDlet services. After this if the MIDP Expert Group asks me What is your next wishlist? I would say Themes MIDlet.
Auto Start MIDlets
MIDP 3.0 addresses the long requested functionality of auto start up of a MIDlet when the device is switched on. This functionality was already given by some device vendors. What the MIDP Expert group now brings to table a generic standard which has to be followed by all the vendors.
To make a MIDlet into a auto start up MIDlet you will just need to add the following line in your JAD file or manifest file.
MIDlet-Category-1: autostart
Get set to create your robotic MIDlet
Back
| Tutorial
Home | Next
More Tutorials
MIDP for Beginners
MIDP Gaming
JSR 179: Location Based Services
This page is a part of
a frames based web site. If you have landed on this page from a search engine
click here to view the complete page.