Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Weather App Networking Getting the OkHttp Library Using Gradle

Fernando Batista
Fernando Batista
3,295 Points

When do I use Retrofit or OkHttp?

Hi guys!

I've never used the OkHttp library before, but I have used Retrofit.

I want to understand a little better what's the difference between these two libraries, I mean, when should I each one of them?

I did my search about it on StackOverFlow, but I can't understand it clearly..

I understand that both libraries have the same objective, and I could change OkHttp for Retrofit and viceversa with no problems.. The main difference is that Retrofit can help us with mapping of Json files, thus it can be more productive in some situations.

Is theresomething else to consider in my search for this question?

Thanks!