Linear / Sequential Search Example in Java
Quick Java code snippet to show Linear / Sequential Search....
How to Get Device Information in Android
The following code snippet will get the device detailed information in Android....
How to create a background service in Android
To create a background service, first you need to add the service into your manifest file. Then, create a class that extends service....
How to access accelerometer in Android
The following code snippet will help you with the basic understanding of how to set up the Android accelerometer and get values from it. To...
How to add zoom controls to Android Map View
The following code snippet shows how to add zoom controls to Android MapView. We can achieve this by...
Upload image to a web service using Http URL Connection
The following code snippet can be used to upload an image to web service in Android. After getting a Bitmap object from the camera or other...
How to Launch an Activity in Android
For launching an activity, we need to create an explicit intent that defines the activity that we wish to start. In the below code snippet,...
Android Service Example
2. Bound and Unbound Service 3. Android Service Lifecycle 4. Creating a Android Service 5. Service Manifest Declaration 6. Starting...
Save Bitmap Image in BlackBerry Java
Overview This post explains how to save a bitmap image file to the filesystem in BlackBerry Java applications. The example uses...
Using Hindi Fonts in an Android Application
Overview Android applications typically display text using fonts that support Unicode characters. Although modern Android system fonts...

