Learning Android Development

OkHttp or Retrofit for Android?

Deciding which to pick when doing a project

--

If you work on networking in Android, you probably heard of OkHttp and Retrofit. They are not really totally different. In fact, Retrofit is just a higher-level API wrapped around OkHttp. So the questions are

  • What does Retrofit really…

--

--