For launching an activity, we need to create an explicit intent that defines the activity that we wish to start.…
Themes Components in LWUIT
Theme’s generally used for changing the appearance of each components in our application. A theme is a collection of properties,…
Playing audio from mobile file system in J2ME
Here is the code sample for reading a audio file from mobile file system and plays. Here i have used…
J2ME Architecture and other key concepts
The J2ME architecture is a designed for small computing devices that has limited memory, ranging from 128 kb to 2…