String length and trim string in java
Code snippet explains the usage of String class length and trim() method....
Customizing Blackberry LabelField
We always prefer to use the standard built-in Label Field class to create user-selectable label styles for our application so we can...
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 the file connection and...
Code optimization tips for java
In this section we will see some of the useful tips for java programmers. When not to Optimize We can distinguish between different types...
How to make mobile application portable for multiple devices in Blackberry
There are various UI techniques the developers need to follow and various concerns need to concentrate on. The major among all is device...
How does double Buffering works in J2ME ?
Double buffering is a well-known technique for reducing flicker in drawing and animations. Imagine you are implementing an animation that...
Code optimization tips for java
In this section we will see some of the useful tips for java programmers. When not to Optimize We can distinguish between different types...
Normalize all whites paces from string
Java provides the StringBuffer and String classes, and the String class is used to manipulate character strings that cannot be changed....
How To Loop ArrayList In Java
In this tutorial we will see How To Loop ArrayList In Java in different ways. Below example will loop through ArrayList...
How to sort an ArrayList in java
ArrayList are also called as dynamic arrays that can grow as needed. In Java ArrayList class extends AbstractList and implements List...


