Visit Sponsor

Core Java Views: 7

Linear / Sequential Search Example in Java

Quick Java code snippet to show Linear / Sequential Search....

Read More

Android Views: 12

How to Get Device Information in Android

The following code snippet will get the device detailed information in Android....

Read More

Android Views: 8

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

Read More

Android Views: 8

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

Read More

Android Views: 9

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

Read More

Android Views: 14

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

Read More

Android Views: 14

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

Read More

Android Views: 30

Android Service Example

2. Bound and Unbound Service 3. Android Service Lifecycle 4. Creating a Android Service 5. Service Manifest Declaration 6. Starting...

Read More

Core Java Views: 12

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

Read More

Android Views: 7

Using Hindi Fonts in an Android Application

Overview Android applications typically display text using fonts that support Unicode characters. Although modern Android system fonts...

Read More
Close