ui
-
Android Notifications Example
Notification is a message that doesn’t appear inside the main UI of the app but as an icon in the…
Read More » -
Android Drag and Drop Example
The Android System provides Drag and Drop framework, which facilitates users especially to move data from one View to another…
Read More » -
Android ProgressDialog Example
Progress dialogs are very commonly used components in all User Interfaces, when you want to display the progress of a…
Read More » -
Android HorizontalScrollView Example
In this example we are going to see how to use HorizontalScrollView in an Android Application. The HorizontalScrollView is like…
Read More » -
Android Scrollview Example
In this example we are going to see how to use Android ScrollView component. This is a layout container that can…
Read More » -
Android MultiTouch ListView Example
In this example we are going to see how to create MutliTouch ListView in an Android Application. In this example,…
Read More » -
Android WebView Example
In Android, you can use the WebView component in order to present markup pages from URL or custom html markup page (short of…
Read More » -
Android GridView Example
One of the most usefull layouts in Android is the GridView. GridView organizes the items of your screen in a…
Read More » -
Android ListView Example
One of the most usefull layouts in Android is the ListView. ListView allows you to arrange your items in a scrollable list. Of…
Read More »