Skip to content
This repository was archived by the owner on Apr 11, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 420 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 420 Bytes

Triage

Triage and assessment app. Leverages the D4H LIVE API as a remote dashboard, Recon Instruments Jet glasses for field users.

Setup

Create the file app/src/main/res/values/credentials.xml with the following, and add your credentials in there:

<resources>
    <string name="d4hlive_username">username</string>
    <string name="d4hlive_password">password</string>
</resources>

Build

Usage