I would like to achieve managing custom retry policy in my application. By default it does 3 retries after requset failure, but I don't want to retry for HTTP 400 responce. How can I do this?
Asked
Active
Viewed 47 times
0
-
what are you using ? volley , asynk or else ? – Rajesh Satvara Dec 23 '16 at 10:21
-
@RjzSatvara I'm using Robospice – Grecha Dec 23 '16 at 11:45