Skip to content Skip to sidebar Skip to footer

Android Networking Library: Is It Still Worth Using Volley?

This question is actually not about the coding, so I don't put any codes here. While looking into the Volley library, I found out that some part of the APIs contain classes (e.g. c

Solution 1:

Check out the detailed response: Comparison of Android networking libraries: OkHTTP, Retrofit, and Volley

Personally, I went native to keep things simple and robust. Using it for JSON responses and occasional images with no problem and I don't think they will deprecate HttpURLConnection anytime soon.

Post a Comment for "Android Networking Library: Is It Still Worth Using Volley?"