Giter Club home page Giter Club logo

radar-covid-android's Introduction

RadarCOVID Android App

Introduction

Native Android implementation of RadarCOVID tracing client using DP3T Android SDK

Prerequisites

These are the tools used to develop the solution:

Installation and Getting Started

Clone this repository and import into Android Studio.

git clone https://github.com/RadarCOVID/radar-covid-android.git

Building

Create APK

After you complete the Gradle project configuration, you can use gradlew executable to build the APK.

  • From Android Studio:

Use the Android Studio Build Variants button to choose between production and staging flavors combined with debug and release build types.

To build a debug APK:

  1. Build menu
  2. Build Bundle(s) / APK(s) - Build APK(s)

To build a release signed APK

  1. Build menu
  2. Generate Signed APK...
  3. Fill in the keystore information (you only need to do this once manually and then let Android Studio remember it)
  • From command line:
$ ./gradlew assembleProDebug       // to build a debug APK
$ ./gradlew assembleProRelease     // to build a release signed APK

Note: Make sure your Android SDK has the Android Support Repository installed, and that your $ANDROID_HOME environment variable is pointing at the SDK or add a local.properties file in the root project with a sdk.dir=... line.

Support and Feedback

The following channels are available for discussions, feedback, and support requests:

Type Channel
Issues

Contribute

If you want to contribute with this exciting project follow the steps in How to create a Pull Request in GitHub.

More details in CONTRIBUTING.md.

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.

radar-covid-android's People

Contributors

icesoft avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.