Android
-
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 » -
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 » -
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 » -
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 » -
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 » -
Android Toast Example
In Android you can use the Toast component to display short pop up messages to the user that automatically disappear in…
Read More » -
Android Custom Dialog Example
In Android you can use the Dialog component, and you can customize it to your own User Interface so it can have…
Read More »