I want to make an application from scratch. Which third-party library should I use for parsing? I found two best library: Android Volley and Retrofit. Which should I use for better and fast response?
Asked
Active
Viewed 2.1k times
5

Ugurcan Yildirim
- 5,973
- 3
- 42
- 73

Vatsal Harde
- 1,538
- 3
- 15
- 17
-
I personally prefer Retrofit in my apps. You can find a good comparison article here: http://vickychijwani.me/retrofit-vs-volley/ – Ugurcan Yildirim Feb 08 '17 at 06:35
-
Even until i was beginner i did not used Volley, but changed my mind – Hossein Kurd Feb 08 '17 at 06:49
-
i also find some link http://www.truiton.com/2015/04/android-volley-vs-retrofit-better-approach/ – Vatsal Harde Feb 08 '17 at 07:03
-
2@VatsalHarde I don't want to -1 and also mark as duplicate but please delete this question because here is already same and more precise details http://stackoverflow.com/questions/16902716/comparison-of-android-networking-libraries-okhttp-retrofit-and-volley/16903205#16903205 – jsingh Apr 07 '17 at 18:00