Age Calculator using DatePickerDialog

Here we will create a simple app which calculates the Age of an individual whose date of birth is provided. This app will use a DatePickerDialog for selecting the date of birth. Step 1: Create a new project with name ‘Age Calculator’ and package name com.myexample.appcompat.age. Fill the forms and click “Finish” button. Step 2: In app level … Read more

Gestational Age Calculator using DatePickerDialog

Here we will create a simple app which calculates the Gestational Age of a fetus during pregnancy, using the date of Last Menstrual Period(LMP). This app will use a DatePickerDialog for selecting the LMP. Step 1: Create a new project with name ‘Gestational Age Calculator’ and package name com.myexample.appcompat.gestation. Fill the forms and click “Finish” button. Step … Read more

Flash Screen with ProgressBar

Here we will create a simple app which displays a flash screen with a ProgressBar for 3 seconds before moving to MainActivity. Step 1: Create a new project with name ProgressBar and package name com.apktutor.progressbar. Select File -> New -> New Project. Fill the forms and click “Finish” button. Step 2: Open res -> layout -> xml (or) main.xml and … Read more