How to customize Android keyboard actions and other hacks
Most of the form-based applications often need to customize the default behavior of Android soft keyboard. Often it is required to...
How to Create Custom Layout in Android by Extending ViewGroup Class
1. Introduction to ViewGroup 2. Creating Custom ViewGroup 3. Add Custom ViewGroup on Activity Layout 4. Define Child View Layout 5. Adding...
How to Monitor TextView Changes in Android
In this tutorial we will see how to monitor the text changes in Android TextView or EditText. Some form based applications needs to...
Performing Stress Test in Android Using Monkey Application Exerciser
The Monkey is a tool you run on your device to generate a random system level userr events. It generates the specified number of events...
Android CardView Example
The recent release of Android support library (v7:21.0.+) has introduced two new user interface...
Using Custom Activity Transition in GridView Image Gallery
In this example, we will see how to create custom window animation that makes sense to user. We will extend our previous GridView...
ListView Header Parallax with Sticky View in Android
A quick Android example with code snippet to demonstrate ListView parallax effect with sticky header. In our previous...
Android Dialog Fragment Example
1. Introduction 2. Creating dialog fragment 3. Defining dialog fragment layout 4. Displaying dialog fragment 5. Dismiss dialog fragment 6....
ListView Header Parallax in Android
A quick Android example with code snippet to demonstrate ListView header with parallax effect. You need to follow few steps as...
Android TextWatcher Example
In this tutorial we will show you how to use TextWatcher in Android with example. TextWatcher is used to keep watch on...

