Visit Sponsor

Month: January 2026

Android Views: 2

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

Read More

Android Views: 2

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

Read More

Android Views: 2

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

Read More

Android Views: 2

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

Read More

Android Views: 2

Android CardView Example

The recent release of Android support library (v7:21.0.+) has introduced two new user interface...

Read More

Android Views: 4

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

Read More

Android Views: 2

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

Read More

Android Views: 3

Android Dialog Fragment Example

1. Introduction 2. Creating dialog fragment 3. Defining dialog fragment layout 4. Displaying dialog fragment 5. Dismiss dialog fragment 6....

Read More

Android Views: 3

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

Read More

Android Views: 3

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

Read More
Close