Search code examples
androidandroid-volley

How do you use the Android Volley API?


I am thinking of implementing the Android Volley library in my next projects (Google IO presentation about Volley).

However, I haven't found any serious API for that library.

How do I upload files, do POST/GET requests, and add a Gson parser as a JSON parser using Volley?

Source code


Solution

  • Edit: finally here it is an official training about "Volley library"

    I found some examples about Volley library

    • Simple request
    • JSON request
    • Gson request
    • Image loading
    • with newer external HttpClient (4.2.3)
    • With Self-Signed SSL Certificate.