Android UI
-
WebView

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 » -
GridView

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 » -
ListView

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 » -
TableLayout

Android TableLayout Example
In Android there are may ways you can arrange the components of your Application on the screen. One of the…
Read More » -
RelativeLayout

Android RelativeLayout Example
In Android there are may ways you can arrange the components of your Application on the screen. One of the…
Read More » -
LinearLayout

Android LinearLayout Example
In Android there are may ways you can arrange the components of your Application on the screen. One of the…
Read More » -
ImageView

Android ImageView Example
In Android you can use the ImageView component to display images in your Application. Although it is quite easy to use…
Read More »