The Akvo FLOW app is the mobile application for data collection.
Akvo FLOW is a tool built specially for international development teams to monitor and evaluate initiatives while working in diverse locations that are often remote or lacking reliable basic infrastructure. It is designed for people who want to understand what is happening now, so they can make informed decisions that lead to secure, sustainable development aid investments.
To set up your development environment you'll need:
- Android SDK: With the SDK Manager, ensure you have at least the version 23.0.2 of the Android SDK Tools and the version 20 of the Android SDK Build-Tools. You will also need to check out the Android Support Library, Android Support Repository and Google Play Services.
- [Optional] Android Studio or Eclipse (using the Gradle Plugin) (Given the built-in Gradle support, Android Studio is recommended).
- [Optional] Gradle: You can either use a local Gradle installation, or just use the bundled binaries (recommended).
- Click
File
>Import Project...
and select thebuild.gradle
file from the root directory of the repository. This will recursively import the modules of the app.
Note: For an overview on how Android Studio manages the Project structure, see the official documentation
- Before building the app, ensure the corresponding
survey.properties
file is located inapp/src/main/res/raw/
. - In order to automatically sign the generated APKs, we will need to set up the
gradle.properties
file in theapp
module. Just copy the samplegradle.properties.template
file without the .template extension, and edit the values according to your local environment. - To build a release version of the app:
./gradlew assemblyRelease
(or simply./gradlew aR
). The generated APK will be located inapp/build/outputs/apk/app-release.apk
Copyright (C) 2010-2014 Stichting Akvo (Akvo Foundation)
Akvo FLOW is free software: you can redistribute it and modify it under the terms of the GNU Affero General Public License (AGPL) as published by the Free Software Foundation, either version 3 of the License or any later version.
Akvo FLOW is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License included below for more details.
The license can also be seen at http://www.gnu.org/licenses/agpl.html.