Digital Clock App using TextClock

Here we will create a simple Digital Clock android app, which displays the current date, current time and day. Step 1: Create a new project with name ‘Digital Clock’ and package name com.myexample.clock. Fill the forms and click “Finish” button. Step 2: Open res -> layout -> xml (or) main.xml and add codes for displaying a TextClock. Step 3: Open app … Read more