Android include tag layout example
When you’re creating complex layouts, you may find yourself adding a lot of ViewGroup’s and Views. But, making your view hierarchy tree taller will also result in slowness in your application and...
View ArticleCreating Custom Views in Android Tutorial
This tutorial describes how to create custom Views in Android. The examples explained below is developed in Eclipse 4.3, compiled in Java 1.6 and tested in Samsung Galaxy S3 Android 4.2. In this...
View ArticleAndroid ImageView Example
Android is enriched with some of the best User interface design widgets. That allows you to build robust and good looking ui based application. ImageView is one of the UI widget that is used to display...
View ArticleEdittext Validation in Android Example
This tutorial show you how to use EditText user interface widget in android and write validation for the inputs. In this example we will create an simple Signup form as attached in the screenshot...
View ArticleActionBar with Custom View Example in Android
In this tutorial, we will create an example to customize ActionBar with a custom layout in Android. Before we begin, I assume you already have created an Android application. Toolbar is a new standard...
View ArticleHow to Apply Shadow Effect on Android TextView
This example explains how to apply Shadow Effect on Android TextView. You can apply Shadow Effect on Android TextView in two ways. Either we do it pragmatically or we can change in the xml layout....
View ArticleEnable the move to SDCard button for Android App
In this tutorial we show you how to enable “Move to SD Card” button and allow your application to move to SD Card. Ever since Android 2.2 (API Level 8), you can allow your application to be installed...
View ArticleHow to Use Hindi Font in Android Application
In this example we’ll show you how to support hindi, bangala, marathi fonts in Android application. Android phone doesn’t support Devanagari fonts. However if you want to use hindi, tamil, bangali or...
View ArticleAndroid Dialog Fragment Example
1. Introduction Dialog is like any other window that pops up in front of current window, used to show some short message, taking user input or to accept users decision. Unlike Toast, a dialog is...
View ArticleListView 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 described below to create the list view parallax effect. The output of...
View ArticleAndroid 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 two more views, but only one child can be shown at a time....
View ArticleAndroid Gridview Example- Building Image Gallery in android
Checkout the advance version of this tutorial, that downloads the data from server and displays it on GridView. Download and Display Image in Android GridView 1. Introduction GridView is a ViewGroup...
View ArticleHow to pass a data from one Activity to another in Android
In Android user interface is displayed through an activity. Activity is used to represent the data to user and allows user interaction. In an android application, we can have multiple activities and...
View ArticleStarting an activity for a result
In Android user interface is displayed through an activity. Activity is used to represent the data to user and allows user interaction. In an android application, we can have multiple activities and...
View ArticleAndroid include tag layout example
When you’re creating complex layouts, you may find yourself adding a lot of ViewGroup’s and Views. But, making your view hierarchy tree taller will also result in slowness in your application and...
View ArticleCreating Custom Views in Android Tutorial
This tutorial describes how to create custom Views in Android. The examples explained below is developed in Eclipse 4.3, compiled in Java 1.6 and tested in Samsung Galaxy S3 Android 4.2. In this...
View ArticleAndroid ImageView Example
Android is enriched with some of the best User interface design widgets. That allows you to build robust and good looking ui based application. ImageView is one of the UI widget that is used to display...
View ArticleEdittext Validation in Android Example
This tutorial show you how to use EditText user interface widget in android and write validation for the inputs. In this example we will create an simple Signup form as attached in the screenshot...
View ArticleActionBar with Custom View Example in Android
In this tutorial, we will create an example to customize ActionBar with a custom layout in Android. Before we begin, I assume you already have created an Android application. [box style=”2″] Toolbar is...
View ArticleHow to Apply Shadow Effect on Android TextView
This example explains how to apply Shadow Effect on Android TextView. You can apply Shadow Effect on Android TextView in two ways. Either we do it pragmatically or we can change in the xml layout....
View Article