- 6 years ago
Both are used for network communication.
Volley is third party library, especially to handle all the networking task in Android app.
Async task is mainly to do any background process in Android app
if You are using Volley so you don't need to use Async.
Hot Questions