I'm currently using volley
for web requests. But I find this tool very slow.
I researched google for alternatives, but all the results I find are old, from 2017, 2016 down.
About org.apache.http
They are said to be obsolete, among others also obsolete.
I found little information about Gson
and from what I understood, I do not even think of doing web requests.
There are people who talk about Retrofit
and Retrofit 2
, which I have not tested yet.
But after all, now in the year 2018, what is the best way to do this? Is there a way to use native android studio tools without installing any library that is not obsolete?
Sorry for not posting any code, as I said I did not like the volleyball because it was too slow. So I'd really like some help with a more up-to-date tool. If possible some documentation or tutorial to use.
If I did not ask the question correctly please excuse me, I do not know another way to ask about it here. And for me here is being the only place with professionals who really understands what they say and who could help me.
I'm using android studio 3.1.2 , with minSdkVersion 15
and targetSdkVersion 27