• Tutorials
  • DSA
  • Data Science
  • Web Tech
  • Courses
October 28, 2022 |970 Views

How to Make a Covid-19 Tracker Android App

  Share   Like
Description
Discussion

Step1: Opening a new project 

  • Open a new project just click of File option at topmost corner in left. 
     
  • Then click on new and open a new project with whatever name you want. 
     
  • Now we gonna work on Empty Activity with language as Java. Leave all other options as untouched. 
     
  • You can change the name of project as per your choice.

 

Step 2: Before going to the coding section first you have to do some pre-task.

  • Go to app->res->values->colors.xml section and set the colors for your app.
     
  • Go to Gradle Scripts->build.gradle (Module: app) section and import following dependencies and click the “sync Now” on the above pop up.
     

Related Article :  https://www.geeksforgeeks.org/how-to-create-a-covid-19-tracker-android-app/