Skip to content

Latest commit

 

History

History
 
 

VolleyDemo

Volley

Volley is a new networking library from Google to make HTTP networking easy!

Basically you just create a RequestQueue, and create and submit Requests. Volley handles the threading, and calls the response listeners on the UI thread so they can display the results directly.

Read more about it here and here.