Http Requests Archives - Androhub

Http Request Banner

Android making HTTP Requests

In most of the android applications it is essential that app may need to connect to internet and make some HTTP requests. In this tutorial i’ll be demonstrating about making simple HTTP Requests/Calls in Android. There are several steps in HTTP Requests. So read all steps one by one : 1. HTTP POST Creating HTTP Client

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