java - Volley retry if JSON request contains special status -
my application uses search service, takes long time return result. service returns {status : "not_ready"}
if results not ready , {status: "ok"}
, if search finished. can implement retries depending of content of json response in volley framework?
Comments
Post a Comment