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
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
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.
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
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.
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).
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.
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