An open API service indexing awesome lists of open source software.

https://github.com/dimagi/commcare-tester-app

Android app to test CommCare case and fixture content providers
https://github.com/dimagi/commcare-tester-app

Last synced: 5 months ago
JSON representation

Android app to test CommCare case and fixture content providers

Awesome Lists containing this project

README

          

# commcare-tester-app
This is a standalone Android application which provides demonstrations for the API integrations that are provided by CommCare

## Building

To build the apk, which is stored in `build/outputs/apk/`:
```gradle assembleDebug```

To build & install the apk:
```gradle installDebug```

Not currently setup with key signing, so release builds aren't possible.