Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dynastymasra/jsonparser
Parsing JSON data in Android with GSON and Spring Framework
https://github.com/dynastymasra/jsonparser
Last synced: about 2 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T09:24:44.000Z (about 9 years ago)
- Last Synced: 2023-03-14T08:10:25.861Z (almost 2 years 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)
[![Android](https://img.shields.io/badge/android--sdk->21-red.svg)](https://www.android.com/)
[![Spring](https://img.shields.io/badge/spring--android-1.0.1-yellow.svg)](https://spring.io/)
[![Maven](https://img.shields.io/badge/maven-3.0-blue.svg)](https://maven.apache.org/)
[![Version](https://img.shields.io/badge/version-1.0-00CED1.svg)](https://github.com/dynastymasra/JsonParser)
[![License](https://img.shields.io/badge/license-MIT-44897a.svg)](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.