Tag: library

January 25, 2016

Android Working with Volley Library – Http Requests

Volley Library is great when it comes to call a web api and control it’s response with a very easy way. We often need to call the web api to retrieve the data from network or a database. We have many choices to call the api but there is a difference in every method. I have researched and found volley library by google is more […]