https://github.com/dhis2/dhis2-android-trackercapture
DHIS 2 Tracker Capture application for Android
https://github.com/dhis2/dhis2-android-trackercapture
Last synced: about 1 year ago
JSON representation
DHIS 2 Tracker Capture application for Android
- Host: GitHub
- URL: https://github.com/dhis2/dhis2-android-trackercapture
- Owner: dhis2
- License: other
- Created: 2015-03-02T09:19:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T10:43:44.000Z (almost 6 years ago)
- Last Synced: 2025-03-29T17:51:10.066Z (over 1 year ago)
- Language: Java
- Size: 1.9 MB
- Stars: 14
- Watchers: 57
- Forks: 28
- Open Issues: 14
-
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-trackercapture
Android application for DHIS 2 for tracking of persons and things.
Get the APK from the release page:
https://github.com/dhis2/dhis2-android-trackercapture/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
To successfully build and run this project, the dhis2-android-sdk is required.
The dhis2-android-sdk project https://github.com/dhis2/dhis2-android-sdk folder should be in a subfolder named sdk inside dhis2-android-trackercapture. 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-trackercapture and tracker-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-trackercapture.git
cd dhis2-android-trackercapture/sdk
git checkout tracker-capture
```
Then open Android Studio, select "Open an existing Android Studio project", and select the build.gradle in dhis2-android-trackercapture/