Visit Sponsor

Month: January 2026

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: 10

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

Android Views: 2

Android ScrollView Example

In this tutorial we will show you, how to use Android ScrollView component and create a simple example using various ScrollView properties....

Read More

Android Views: 2

Android TextView Example

In the course of this tutorial, we will take a look into Android TextView widget and various TextView properties. TextView is one of the...

Read More

Android Views: 2

Android Lollipop Swipe to Refresh Example

In the course of this tutorial, we will take a look into the new Swipe to refresh layout introduced in material design. Android Lollipop is...

Read More

Android Views: 2

Android RelativeLayout Example

Over the course of this tutorial, we will take a look into Android RelativeLayout and its properties. RelativeLayout is one among the most...

Read More

Android Views: 2

Android Table Layout Example

The TableLayout layout is an extension of LinearLayout. As the name indicates, TableLayout is used to display child View elements in rows...

Read More

Android Views: 3

Android FrameLayout Example

Introduction Over the course of this tutorial, we will take a look into Android FrameLayout and creating layout through xml and from...

Read More
Close