SyntaxFix
Write A Post
Hire A Developer
Questions
Another way of doing it is in custom JsonObjectRequest by:
@Override public RetryPolicy getRetryPolicy() { // here you can write a custom retry policy and return it return super.getRetryPolicy(); }
Source: Android Volley Example