Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.