Sometimes while loading game onto your favorite Java device we gets an out-of-memory message. In those cases we need to…
Capturing RGB Color of pixel
Make a mutable image, as you do in case of screen capture and then allow the user to play with…
Localization in LWUIT
Localization is built in – You can install a “resource bundle” (Hashtable in LWUIT, ME has no resource bundles), into…
How to Send MMS from J2ME
Wireless Messaging API (JSR-120 or WMA) for Java, allows access to wireless communication resources on J2ME devices. MMS is a…
How to scale Image in J2ME
Below code snippet is use to scale image in J2ME. It takes the new width and height and scales as…
How to execute J2ME Application from a batch File ?
Simple Steps: Generate the .jar and .jad file.. Locate the emulator location. Then , open a notepad and then type……
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…
Saving Bitmap Image in Blackberry File System
Saving image in blackberry inside filesystem is typically the same process like Java ME. JSR 75 is used to open…
Printing logs in Blackberry
As we all know blackberry development is little hectic. We don’t have very strong IDE which will fulfill each of…
How to craete Http Connection and handle response in Blackberry
Most of the business application are web server based, meaning mostly they are targeted for optimizing the web application into…