To create a stopwatch app for android, we can use android Chronometer. Here we will create a simple Stopwatch with…
Android Chronometer can be used to display a simple timer. It can be given a start time (considered 00:00) from…
Here we will create a simple Digital Clock android app, which displays the current date, current time and day. Step…
Here we will create a simple app which displays a DatePickerDialog on clicking an ImageView and displays the selected date…
Here we will create a simple app which calculates the Body Mass Index of an individual using his weight and…
Here we will create a simple app which calculates the Age of an individual whose date of birth is provided.…
Here we will create a simple app which calculates the Gestational Age of a fetus during pregnancy, using the date…
A CheckedTextView is an extension of normal TextView that supports the checkable interface and displays it. It is similar to…
Spinners provide a quick way to select one value from a list of values. In the default state, a spinner…