How to maintain progress bar state when using volley?

Viewed 22193

It is easy to maintain progress bar state when i use AysncTask with fragments Callback but how should i achieve it with volley? I can;t use AsyncTask because it is outdated and volley is better and faster. Any Help or Hint will be grateful.

I am using google's volley to Post and Get Requests

4 Answers
Related