Home

Awesome

Car Regonition

environmentgoogle playstatustest coverage
AndroidGoogle PlayBuild Statuscodecov
<!--- If applies, add link to app on Google Play -->

About

Welcome to the Car Regonition project. It's an internal application made for detecting cars and showing informations about them.

Testing

Building

  1. Clone repository:

    # over https:
    git clone https://github.com/netguru/car-recognition-android.git
    # or over SSH:
    git@github.com:netguru/car-recognition-android.git
    
  2. Place secrets.properties file in application root folder:

    HockeyAppId=ACTUAL_KEY
    # (...)
    
  3. Open the project with Android Studio.

Build types

Debug

Staging

Release

Build properties

PropertyExternal property nameEnvironment variable
HockeyApp App IDHockeyAppIdHOCKEY_APP_ID
Sonar access token-SONAR_ACCESS_TOKEN

Bitrise

Bitrise is separated for workflow mentioned below. Feature, MasterPr and Master workflows are responsible for builds stagingRelease flavours of the project which is used for developing new features.

HockeyApp / Fabric environments

Supported devices

Supported devices are listed here: https://developers.google.com/ar/discover/supported-devices

Related repositories