tag

home / developersection / tag

Using ListView in Android Application
android 19-Oct-2011
Using ListView in Android Application

Where The Android provides the view ListView which is capable of displaying a scrollable list of items. These ListView gets the data to display via

tab layout android application
android 18-Oct-2011
tab layout android application

To create a tabbed UI, you need to use a TabHost and a TabWidget. The TabHost must be the root node for the layout, which contains both the TabWidget

Using GridView in Android Application
android 17-Oct-2011
Using GridView in Android Application

GridView is a ViewGroup that displays items in a two dimensional, scrollable grid. The grid items are automatically inserted to the layout using a ListAdapter.

UI and Event Handling in Android
android 15-Oct-2011
UI and Event Handling in Android

In this article I am going to explain how to create user interface and how to handle event with user interaction. Here I am going to create a simple a

Content Provider in Android
android 15-Oct-2011
Content Provider in Android

ContentProvider are used to provide data from an application to another. ContentProvider do not store the data but provide the interface for other applications to access the data.

Create and Run an Android Application
android 14-Oct-2011
Create and Run an Android Application

In this article I am going to explain how to create and run an Android application in Android Emulator. In order to run an application we have to create an Android Virtual Device (AVD).

Creating an Android Application by using XML Layout
android 13-Oct-2011
Creating an Android Application by using XML Layout

Android provides two types of UI construction model i.e. programmatic UI layout and XML-based layout. In this article I am going to explain how to create an Android application in Android Emulator by using XML layout files.

Introduction of Android
android 12-Oct-2011
Introduction of Android

Android is software for mobile devices that includes an operating system, middleware and key applications. The Android SDK provides some tools and APIs which is necessary to developing applications on the Android platform using the Java programming