You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A network request framework based on Retrofit packaging.
Its purpose is to meet the diversity and flexibility of network requests. In the development of large projects, the network requests we face are diverse and complex.
For example:
the download of larger files,
using Glide and Okhttp combined for image display,
api requests for different hosts.
...
If we all use Retrofit to implement, then we need to create different network requests for different business needs.In this environment, OkRetrofit was quietly born.
About
A network request framework based on Retrofit packaging. Its purpose is to meet the diversity and flexibility of large-scale project network requests. The project is improving...