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…
An AutoCompleteTextView is a View that is similar to EditText, except that it shows a list of completion suggestions automatically…
Spinners provide a quick way to select one value from a list of values. In the default state, a spinner…
Here we will create a simple app which displays a flash screen with a ProgressBar for 3 seconds before moving…
ProgressBar is a user interface element that indicates the progress of an operation. Progress bar supports two modes to represent…
To create an android app to read a PDF file, follow the steps given below. Step 1: Create a new project…
Android SeekBar is an user interface element that contains a draggable thumb and represents progress of an operation. The user can…