Skip to content

Danish mobile application for Covid-19 spread tracking

License

Notifications You must be signed in to change notification settings

nc-kano/Smittestop.Mobile

 
 

Repository files navigation

Smitte|stop Mobile Application


Danish mobile application for Covid-19 spread tracking

The goal of this open-source project is to develop and maintain the official smitte|stop mobile app in Denmark based on the Exposure Notification API from Apple and Google. This repository contains the code for frontend mobile application (iOS and Android). The app uses Xamarin cross-platform solution for Exposure Notification: Nuget and Source.

If you are interested in backend server implementation, check out https://github.com/Sundhedsdatastyrelsen/Smittestop.Backend.

Documentation

Common questions as well as general information about smitte|stop is available on smittestop.dk (Danish) and smittestop.en (English) webpages.

Azure Pipelines status (build and test)

Branch Status
master TBD
dev TBD

Development

Prerequisites

  • Visual Studio 2019
  • Xcode 12 or higher (iOS only)

Getting started

  1. Clone this repository using git clone https://github.com/Sundhedsdatastyrelsen/Smittestop.Mobile.git
  2. Open the solution file NDB.Covid19.sln in Visual Studio
  3. Restore Nuget Packages
  4. Build the project and run it.

Project structure

The app is written in Xamarin (C#) and platform specific UI implementation (Android XML and UIStoryboards) for additional flexibility when working with UI. Overall, the solution contains four projects:

  • NDB.Covid19: Contains shared business logic between iOS and Android, i.e., Exposure Notifications handler, locales, log utils, models, viewModels, services.

  • NDB.Covid19.Droid: Android related code, UI Activities/Fragments, implementation of services and handlers (for Dependency Injection) etc.

  • NDB.Covid19.iOS: iOS related code, UI Storyboards/ViewControllers, implementation of services and handlers (for Dependency Injection) etc.

  • NDB.Covid19.Test: Unit and integration tests.

Contributing

Feedback and contribution are always welcome. For more information about how to contribute, refer to Contribution Guidelines. By contributing to this project, you also agree to abide by its Code of Conduct at all times.

Download smitte|stop

Get it on Google Play Download on the App Store

Licence

Copyright (c) 2021 Agency for Digitisation (Denmark), 2021 the Danish Health and Medicines Authority, 2021 Netcompany Group AS

Smitte|stop is Open Source software released under the MIT license

About

Danish mobile application for Covid-19 spread tracking

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.2%
  • Shell 0.8%