Our ultimate goal is to remove the middle layer and integrate directly with okHTTP's packaging framework. JLRetrofit exists to accommodate our old logic and allow...
With the rapid development of mobile Internet, mobile applications pay more and more attention to user experience. The technical team of Meituan also attaches great...
Each popular framework is designed to address a development pain point. Each frame also has its own distinctive design and ideas. They can greatly improve...
Welcome friends to visit my blog site the nuggets, the original link: http://wensibo.top/2017/05/15/GankClient/, shall not be reproduced without permission! Today, I want to share with...
I wonder why nobody sees something so good. Retrofit: An open source product from Square that provides a type-safe REST client for Android applications. It...
The Retrofit framework is a very popular web request framework from Square. It is efficient and easy to implement. The application of annotations and dynamic...
Retrofit turns your HTTP API into a Java interface. Retrofit turns your HTTP API into a Java interface. The Retrofit class generates an implementation of...
In mobile development, new technology emerge in endlessly, in addition to the third party open source individual to share some of the technology, main or...
In the example above, all requests must be added in the CompositeDisposable to release when the Activity stops. What happens if we don't release them?...
Corresponding to the method in our written interface class, through the dynamic proxy pattern, through which we can define the method (including method parameters, annotations)...
SweetMusicPlayer is an online music player based on baidu Music API. A project with MVP + RxJava + Retrofit architecture, which has the functions of...
The use of Retrofit+RxJava for simple encapsulation, simplified use. The request results are uniformly encapsulated as HttpResult class, and the different results are uniformly processed...