This tutorial shows how to launch camera in android, capture an image, and display the captured image in an ImageView.…
An Intent is a description of an operation or action to be performed. It can be used to launch an…
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…
We can apply Gravity to the toast message to display it at various positions on the screen. Below are codes…
Here we will create a simple app which displays a DatePickerDialog on clicking an ImageView and displays the selected date…