1. Code
  2. Learning Guides

An Introduction to Volley

Volley is a networking library developed by Google and introduced during Google I/O 2013. It allows queuing and firing multiple requests, caching them, and handling different types of results—from JSON to images—with just a few lines of code.

Posts in this series