This is an Android App to show COVID19 information.
This Project was developed using Android Studio
To Download the code from this Repository you can use Android Studio or command line, running:
git clone https://github.com/gabeira/Covid
To Build the Project, you can use Android Studio or from command line, just run:
./gradlew build
To install debug app from command line, use:
./adb install /app/build/outputs/apk/app-debug.apk
Tests can be started using Android Studio or from the command line, to run the Unit Tests just use:
./gradlew test
Connected Android Tests requires to have a device or emulator connected:
./gradlew connectedAndroidTest