https://github.com/dhis2/dhis2-android-datacapture
Data capture for DHIS 2
https://github.com/dhis2/dhis2-android-datacapture
Last synced: about 1 year ago
JSON representation
Data capture for DHIS 2
- Host: GitHub
- URL: https://github.com/dhis2/dhis2-android-datacapture
- Owner: dhis2
- License: bsd-3-clause
- Created: 2014-08-26T07:20:55.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T09:30:54.000Z (over 1 year ago)
- Last Synced: 2025-04-17T10:25:59.001Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 2.44 MB
- Stars: 14
- Watchers: 51
- Forks: 23
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# This project is now DEPRECATED
The app is not supported anymore so there won't be new versions in the future. Moreover, any pending or future bug won't be fixed.
# dhis2-android-datacapture
Android application for DHIS 2 for capture and validation of routine data.
Get the APK from the release page:
https://github.com/dhis2/dhis2-android-datacapture/releases
# Testing
If you want to try the application out with a demo database, you can use the following:
- Server: https://play.dhis2.org/demo
- Username: android
- Password: Android123
# How to Download and Set up the development environment in Android Studio
Currently, the compatibility is guaranteed with 2.27, 2.28 and 2.29 servers, use develop branch in dhis2-android-datacapture repository.
When cloning from zero, it's strongly recommended to do it as follows:
```
git clone -b develop git@github.com:dhis2/dhis2-android-datacapture.git
```
Then open Android Studio, select "File" --> "Open", and then select the downloaded folder