ProgressBar while Loading WebView in Android
This tutorial demonstrate the usage of ProgressBar while Loading WebView contents in android. This example explains horizontal...
Android ViewFlipper Example- Creating Image Slideshow Using ViewFlipper
1. Introduction to Android ViewFlipper ViewFlipper is and user interface widget available in android since android API level 1. It can hold...
Websites providing attractive android tutorials for developers
Here are list of some pretty cool and amazing websites that provides e-learning tutorials for developers. This will help developers who are...
Creating Drop Down List Using Android Spinner
This tutorial explains creating spinner in android and attaching event to spinner in android. Here in this tutorial, you’ll create a...
Using Static Import in Java
To import a specific member inside your java source file, put an import statement at the beginning of the file before any type...
Searching arrays and collections in java
Arrays and Collection class provides methods that allows to search a specific element in the list. Things to know while searching a...
Converting Array to List in java
Array class has a asList() method that helps to convert array to List. This method copies an array into List. When we...
Convert String to Long in Java
The java.lang.Long class wraps a value of the primitive type long in an object. This class provides several methods to convert a long to...
How to Programmatically Zip and Unzip File in Android
This tutorial explains “How to Programmatically Zip and Unzip File in Android”. Zipping means writing (compress) data into zip files....
Android Button Example
1. Introduction This tutorial explains how to use Button widget in Android. The examples used in this tutorial, will show you how to...

