You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Volley example is too simple for real-world usage.
I've been banging my head for two days against the problem of sending an HTTP request with parameters. The example doesn't provide enough guidance to help. (I'll eventually need headers too)
Is there a way to do it with a Volley CustomRequest? I don't understand how to extend an abstract request and override the implemented methods (e.g. getParams())
The Volley example is too simple for real-world usage.
I've been banging my head for two days against the problem of sending an HTTP request with parameters. The example doesn't provide enough guidance to help. (I'll eventually need headers too)
getParams()
)The text was updated successfully, but these errors were encountered: