Created
October 23, 2015 17:49
-
-
Save gorrotowi/d996863a00e7ce33bb76 to your computer and use it in GitHub Desktop.
Android Volley Retry Policy timeout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jsonRequest.setRetryPolicy(new DefaultRetryPolicy(12000, DefaultRetryPolicy.DEFAULT_MAX_RETRIES, DefaultRetryPolicy.DEFAULT_BACKOFF_MULT)); | |
rq.add(jsonRequest); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment