https://github.com/codetanzania/open311-android
Android UI for open311-api to assist Civilian with Service Requests
https://github.com/codetanzania/open311-android
android codetanzania open311 request service tanzania
Last synced: 7 months ago
JSON representation
Android UI for open311-api to assist Civilian with Service Requests
- Host: GitHub
- URL: https://github.com/codetanzania/open311-android
- Owner: CodeTanzania
- Created: 2017-02-16T18:16:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T08:12:47.000Z (over 7 years ago)
- Last Synced: 2025-01-18T20:59:10.582Z (9 months ago)
- Topics: android, codetanzania, open311, request, service, tanzania
- Language: Java
- Homepage:
- Size: 25.3 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MAJIFIX ANDROID APP
## About
This repository contains android source code for the MajiFix app. This app is in production in Dar es Salaam, Tanzania, as the [DAWASCO app](https://play.google.com/store/apps/details?id=com.customerinfo).## Requirements And Dependencies
The minimum target is Android SDK Level 17 (Devices supporting Android 4.2 and above)Being a fork of an open source, the application utilizes open source technologies to implement the features. Table below depicts features and their reliance on open source technologies.
### Featured libraries
| Library | Feature |
|---|---|
| The majifix library | A collection of features used to report civic related problems. |
| libphonenumber | Verify User's phone number |
| crashnalytics/ hockeyapp | Bring Mobile DevOps to the app with beta distribution, crash reporting, user metrics, feedback, and powerful workflow integrations. |
| mapbox | android library for the Open Street Maps |> **Note:** The app also includes support libraries which are necessary during the development of an android app in the aforementioned minimum target.
#### Test libraries
| Library | Usage |
|---------|-------|
| espresso | Write concise, beautiful, and reliable Android UI tests |
| JUnit | Write Unit Test in Java Platforms. |
| Roboelectric | Robolectric is a unit test framework that de-fangs the Android SDK jar so you can test-drive the development of your Android app.|