https://github.com/dhis2/dhis2-android-dataentry
An android client which enables users to capture routine, event and tracker data.
https://github.com/dhis2/dhis2-android-dataentry
Last synced: about 1 year ago
JSON representation
An android client which enables users to capture routine, event and tracker data.
- Host: GitHub
- URL: https://github.com/dhis2/dhis2-android-dataentry
- Owner: dhis2
- License: bsd-3-clause
- Created: 2017-01-16T09:28:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T10:13:59.000Z (almost 9 years ago)
- Last Synced: 2025-04-17T10:25:21.416Z (about 1 year ago)
- Language: Java
- Size: 2.96 MB
- Stars: 2
- Watchers: 17
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dhis2-android-dataentry
An android client which enables users to capture routine, event and tracker data.
Debug builds work out of the box, however for release builds a fabric key is required.
For release builds, a fabric key has to be provided to the build process. In order to obtain a fabric key, one has to register for an account at https://fabric.io/.
The key can be found in fabric under settings/organisations/yourOrganisation > then by clicking on the API eky.
The fabric key should then be put into dhis2-android-dataentry/app/fabric.properties in the build directory:
apiKey=
(without <> or quotes)
Meaning that for forks or clone release builds the builder shsould register for a fabric account and provide that
fabric key.