Sound Alerts using MIDlet in J2ME
This example illustrates how to create alert through sound. In this example we are using AlertType class for the different alert. The AlertType() class has only one method:
There are different Alert Types in J2ME:
The Application is as follows:

Source code of SoundAlertExample.java
import javax.microedition.midlet.*;
|
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: J2ME Alert Example View All Comments
Post your Comment