OZMOPOL / OZMO-ANDROID

We will be designing according to Google Material Design. http://www.google.com/design/spec/material-design/introduction.html
GNU General Public License v2.0
0 stars 1 forks source link

JSON parsing library , sample codes #1

Closed ghost closed 9 years ago

arcadesmasher commented 9 years ago

Dropping three examples for now, more to come:

Fundamental: http://androidexample.com/JSON_Parsing_-_Android_Example/index.php?view=article_discription&aid=71&aaid=95

With HTTP-stuff such as GET/POST: http://www.androidhive.info/2012/01/android-json-parsing-tutorial/

With HTTP-stuff, nicely polished, uses JSON's embedded in PHP pages: https://www.codeofaninja.com/2013/11/android-json-parsing-tutorial.html

ghost commented 9 years ago

The most popular and robust library I found is "Retrofit" ( http://square.github.io/retrofit/ ) We're gonna use this library as RESTful Client in our Android APP.