-5

I am having a hard time in understanding the Retrofit for my App. I want to use retrofit in it but I am not understanding about it much.

Everthing is very confusing in it. Can any one help me to learn it completely I dont know how to start and from where to start

The links I have gone through while trying to learn are as follows :

Community
  • 1
  • 1
Arul Harsh
  • 133
  • 9

1 Answers1

1

First you have many different library you can use instead of Retrofit , the basic one and i think the simplest is Okhttp but you have to understand that Okhttp is no more supported but still work when you downgrade your SDKVersion , and you can use Volley to perform the same service as Retrofit

Yagami Light
  • 1,756
  • 4
  • 19
  • 39