ui
-
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 » -
Android Checkbox Example
One of the easiest and most common ways to accept user input in an Android Application is the Checkbox component. In this…
Read More » -
Android Password Field Example
In this tutorial we will see how you can use a normal EditText component in order to take a password…
Read More »