Quantcast
Channel: Android Basics – Stacktips
Browsing latest articles
Browse All 24 View Live

Image may be NSFW.
Clik here to view.

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 Article



Image may be NSFW.
Clik here to view.

Creating 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 Article

Image may be NSFW.
Clik here to view.

Android 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 Article

Image may be NSFW.
Clik here to view.

Edittext 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 Article

Image may be NSFW.
Clik here to view.

ActionBar 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 Article


Image may be NSFW.
Clik here to view.

How 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

Image may be NSFW.
Clik here to view.

Enable 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article


Image may be NSFW.
Clik here to view.

Android 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 Article


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 described below to create the list view parallax effect. The output of...

View Article
Browsing latest articles
Browse All 24 View Live


Latest Images