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