Android JSON Archives - Androhub

JSON Maker

Android JSON Maker

In last tutorial JSON Parser we learned how to parse JSON data from local file and from server. Sometimes we have to send data to server in JSON format like to store address in server database, etc. so for that we have to encode our data into JSON for server. For this Android provide us several

Read More
JSON Parser Banner

Android JSON Parser

JSON stands for JavaScript Object Notation.It is an independent data exchange format and is the best alternative for XML. JSON is very light weight, structured, easy to parse and much human readable. In this tutorial we are going to learn how to parse JSON in android. In this tutorial we will use Http Requests since

Read More