core
-
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 » -
Android Prompt User Input Dialog Example
In Android you can use the AlertDialog component, and you can customize it to your own User Interface so it…
Read More » -
Android Alert Dialog Example
The Alert Dialog is a very common component in all User Interfaces, when you want to inform the User about…
Read More »