https://github.com/dynastymasra/jsonparser
Parsing JSON data in Android with GSON and Spring Framework
https://github.com/dynastymasra/jsonparser
Last synced: 4 months ago
JSON representation
Parsing JSON data in Android with GSON and Spring Framework
- Host: GitHub
- URL: https://github.com/dynastymasra/jsonparser
- Owner: dynastymasra
- License: mit
- Created: 2014-06-25T01:50:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T09:24:44.000Z (over 9 years ago)
- Last Synced: 2025-01-23T11:13:58.819Z (6 months ago)
- Language: Java
- Size: 37.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Json Parser (Android)
[](https://www.android.com/)
[](https://spring.io/)
[](https://maven.apache.org/)
[](https://github.com/dynastymasra/JsonParser)
[](https://github.com/dynastymasra/JsonParser/blob/master/LICENSE)Android application parsing JSON data from web service with spring android rest template and GSON.
#### Installation
* [Java JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
* [Android SDK](http://developer.android.com/sdk/index.html)
* [Maven](https://maven.apache.org/)#### How Run
* Documentation how use maven in android [Maven Android-SDK Deployer](https://github.com/simpligility/maven-android-sdk-deployer)
* Open terminal or commands line.
* Go to directory or folder application android.
* Use maven command mvn clean, compile, and install.