Visit Sponsor

Core Java Views: 7

String length and trim string in java

Code snippet explains the usage of String class length and trim() method....

Read More

Core Java Views: 5

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...

Read More

Core Java Views: 5

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...

Read More

Android Views: 3

Navigation Drawer Android Example

1. Introduction Android navigation drawer is a one of the most common used design pattern that displays the app’s main navigation...

Read More

Core Java Views: 3

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...

Read More

Core Java Views: 2

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...

Read More

Core Java Views: 3

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...

Read More

Android Views: 4

Android Interview Questions And Answers

This post answers some of the common android interview questions and answers. 1. How to send SMS in Android? You may send sms either using...

Read More

Android Views: 3

Android Styles and Themes Tutorial

This tutorial describes how to create and use styles and themes in Android applications with examples and code snippets. 1. Android Design...

Read More

Core Java Views: 4

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...

Read More
Close