StackTips
Madhumita

Madhumita

Java and Android developer

Posts from Madhumita

Calculating factorial of number in Java

This example below accepts number from user and calculates factorial using while loop…

Using Facebook SDK in Android Example

This tutorial explains how to how to use Facebook SDK APIs in Android. This tutorial…

How to Drag a View in Android

In this example we will see how to drag and ImageView in android on touch drag event.…

How to Create an Android ListView with Section Header

In this example we will show how to create a ListView with section header.

How to convert UNIX date to String

In this post we will see how to convert unix date to human readable format, how to us…

Android ImageView Example

ImageView is one of the UI widget that is used to display images in your Application.…

TextSwitcher and ImageSwitcher Example in Android

The TextSwitcher and ImageSwitcher methods give you a simple way to add animated tra…

Download Image using AsyncTask in Android

This tutorial explains how to download Image using AsyncTask in Android. The example…