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

