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

https://github.com/dhis2/dhis2-android-dashboard

:no_entry: [DEPRECATED] Android application for DHIS2 which implements basic dashboard functionality.
https://github.com/dhis2/dhis2-android-dashboard

Last synced: 10 months ago
JSON representation

:no_entry: [DEPRECATED] Android application for DHIS2 which implements basic dashboard functionality.

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-dashboard
Android application for DHIS2 which provides basic dashboard functionality.

Get the APK from the release page:

https://github.com/dhis2/dhis2-android-dashboard/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: admin
- Password: district

# 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-dashboard repository.

When cloning from zero, it's strongly recommended to do it as follows:

```
git clone -b develop git@github.com:dhis2/dhis2-android-dashboard.git
```

Then open Android Studio, select "File" --> "Open", and then select the downloaded folder