Import of Volley from GitHub to AOSP.

  - 95f64de9bfa2ee44d6cf93a6dc4b980e5ec56f6a Fix leak of callbacks on canceled requests. by Jeff Davidson <jpd236@cornell.edu>

GitOrigin-RevId: 95f64de9bfa2ee44d6cf93a6dc4b980e5ec56f6a
Change-Id: I9537a9937f9c0e7078dfa8f8fdfcd8deb36417a7
5 files changed
tree: 19e615b27d9cb80945f86cadc0a7ccca09cc1dee
  1. gradle/
  2. src/
  3. .gitignore
  4. .travis.yml
  5. Android.mk
  6. bintray-info-template.json
  7. bintray.gradle
  8. build.gradle
  9. CONTRIBUTING.md
  10. gradlew
  11. gradlew.bat
  12. LICENSE
  13. publish-snapshot-on-commit.sh
  14. README.md
  15. rules.gradle
README.md

Volley

Volley is an HTTP library that makes networking for Android apps easier and, most importantly, faster.

For more information about Volley and how to use it, visit the Android developer training page.