Android – Multi Column ListView

|

Description: I know many novice android programmer are facing problem to implement multi-column listview or in confusion to implement this kind of view. so let me write here to implement multi columnr listview by using ListView itself....

Android – Loading remote images

|

Problem: How to load images from web/remote images? Description: This tutorial is going to be a demo for loading images resides at a remote location. For this tutorial, i have implemented AsyncTask to show prorgress bar until the whole image gets loaded fully. Solution: FYI, i have made progress bar...

Android – SAX Parsing Example

|

Problem: how to use SAX to parse XML? This tutorial is for the Android novice programmer who want to learn how to parse XML using SAX parser. I have also used Custom ListView inside this tutorial to display parsing result into the ListView. If you don’t know how to define...

Android – Develop android application for Tablets only

|

Problem: How do we develop Honeycomb Android application for the Tablets only? Description: After Android has released Honeycomb 3.0 SDK for the development of android application for Android tablets, most of android developers are confused on “how do i develop android application targets for both or for specificly for Tablets...

Android – Place Market link inside the App

|

Problem: How to place a Market link inside the Android application? Description: While answering on StackOverflow, I came across one question on placing market link inside the application and I thought it’s very useful and I thought to document it. You might came across the same problem. There are many...

Android – GridView example

|

Problem: Simple GridView example Description: What do you say, is this simple GridView example?, I think it is not 🙂 :). The main purpose of this post is to give demo for creating nicely laid GridView and also to make GridView more fancy. Same as previous Android – ListView articles,...