Xcov19 / android-mycovidconnect

Android CovidConnect App src code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XCovid project

Open Source Helpers

Architecture

  • Clean architecture
  • MVVM - MVI

Build script

  • Kotlin Dsl

Technologies

  • Navigation
  • Room
  • Koin
  • Retrofit
  • Moshi - Serialize
  • Coroutine
  • Leakcanary

Git flow

Setting up maps

To use google maps you will need to add an api key, in order to do this, create a keys.property file on your project's root directory and add 2 variables:

MAPS_API_KEY_DEBUG="" MAPS_API_KEY_RELEASE=""

Assign the value of the api for your debug and release builds respectively

About

Android CovidConnect App src code

License:GNU Affero General Public License v3.0


Languages

Language:Kotlin 88.9%Language:Ruby 11.1%