Android UI
-
Toast
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 » -
Dialog
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 » -
AlertDialog
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 » -
AlertDialog
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 » -
AnalogClock
Android Analogclock And Digitalclock Example
In Android you can use android.widget.AnalogClock component to display a two-handed Analog Clock and android.widget.DigitalClock to display a Digital clock in…
Read More » -
TimePicker
Android Time Picker Example
Android it’s very easy to set the time using the android.widget.TimePicker component. In this tutorial we are going to see…
Read More » -
DatePicker
Android Date Picker Example
Android it’s very easy to set the date using the android.widget.DatePicker component. In this tutorial we are going to see how…
Read More » -
Spinner
Android Spinner (Drop Down List) Example
In Android it’s very easy to create Drop Down Lists using the Spinner component. In this tutorial we are going to…
Read More »