About | Features | Installation | Documentation | Support | Author | Release history | Useful links
Designed as a simple to use REST API wrapper to expose communication with the istSOS WA REST interface.
Serves a starting point for developing Android apps for istSOS platform.
- Configured as a Gradle-based project to handle dependencies
- Developed to handle HTTP requests asynchronously using [AsyncHTTPClient] (https://github.com/AsyncHttpClient/async-http-client)
- Handles JSON (de)serialization using [Gson] (https://github.com/google/gson)
- Built for Java 8 and above
- Backwards compatibility to Java 7
- Usable as a library for Android development
There are two options for using this library:
- Look inside the following folders path
build
->libs
and find thejava-core.jar
git clone
this repo, then create the jar usingGradle
commandgradle buildJar
in a terminal
- JavaCore UserGuide: Tutorial on how to get started.
- JavaCore Version History: see release history of library.
Open an issue in the GitHub issue tracker for bugs and requesting new features.
Florin-Daniel Cioloboc (@florincioloboc) implemented during Google Summer of Code 2016.
Mentors from istSOS: Mirko Cardoso, Milan Antonovic.
- Last updated: 22.08.2016
- Version: 0.1
- istSOS website
- istSOS mailing list
- GSoC development log on OSGeo wiki