In one of my application, I am sending request to server using volley provided by Google.
volley
Problem : Timeout and error object is null o
request.setRetryPolicy(new DefaultRetryPolicy( 50000, 5, DefaultRetryPolicy.DEFAULT_BACKOFF_MULT))