The following code snippet can be used to upload an image to web service in Android. After getting a Bitmap…
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,…
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…
Copying the Contents of One text file to Another in Java
In this example, we will see a sample program to copying the contents of one text file to another in…