https://github.com/dhis2/dhis2-android-eventcapture
Android application for Event Capture in DHIS 2
https://github.com/dhis2/dhis2-android-eventcapture
Last synced: about 1 year ago
JSON representation
Android application for Event Capture in DHIS 2
- Host: GitHub
- URL: https://github.com/dhis2/dhis2-android-eventcapture
- Owner: dhis2
- License: other
- Created: 2015-02-19T10:51:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T10:44:32.000Z (almost 6 years ago)
- Last Synced: 2025-04-17T10:25:16.771Z (about 1 year ago)
- Language: Java
- Size: 4.65 MB
- Stars: 8
- Watchers: 57
- Forks: 15
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-eventcapture
Android application for DHIS 2 for capturing events.
Get the APK from the release page:
https://github.com/dhis2/dhis2-android-eventcapture/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
The dhis2-android-sdk project https://github.com/dhis2/dhis2-android-sdk folder should be in a subfolder named sdk inside dhis2-android-eventcapture. It is configured as a git submodule, so it will be automatically included when cloned using --recursive.
Currently, the compatibility is guaranteed with 2.27, 2.28 and 2.29 servers, use develop branch in dhis2-android-eventcapture and event-capture branch in dhis2-android-sdk repositories.
When cloning from zero, it's strongly recommended to do it as follows:
```
git clone --recursive -b develop git@github.com:dhis2/dhis2-android-eventcapture.git
cd dhis2-android-eventcapture/sdk
git checkout event-capture
```
Then open Android Studio, select "File" -> "Open", and select the build.gradle in dhis2-android-eventcapture/