I've been using AsyncTasks for the past year to access a server and retrieve data, but is it a bad idea to use AsyncTasks for this purpose?
I see a lot of people using librariea such as Retrofit and others to handle their network operations.
Should I be using some third party libraries (or even Google's Volley) to handle this kind of requests?