Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Fernando Batista
3,295 PointsWhen 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!