The most popular android network request framework is RxJava2+Retrofit2+OkHttp3, and Retrofit has been used in previous projects for network requests, which can be easily repackaged....
This project is based on Kotlin, RxJava2 and Retrofit2, an app that completely imitates Zhihu Daily. Since I happened to learn Kotlin recently, this project...
Collection of RxJava common use scenarios, examples are concise, classic, easy to understand... I've already covered the examples in samples on my blog, and those...
This article introduces common techniques for API hardening. The common pattern is encryption - authentication - identity - authentication - decryption process.
The charm lies in the handling of data and the flexibility of thread switching. Retrofit is in charge of linking networks, requesting networks. RxBus enables...
This application is a personal practice project, the purpose is to summarize and summarize the recent learning of new technology, through a comprehensive understanding. This...
A kind of lightweight thread switching ancient thread switching depends on the operating system scheduling, but coroutines are implemented at the programming language level without...
A powerful network request library packaged with RxJava2 + Retrofit2 + OKHttp. Click on the instructions and try it out! Supports default, global, and local...
Recently, while studying the official Google GithubBrowserSample project, I found that Yigit Boyar had written an Adapter in the project to connect Retrofit with LiveData....
Foreword before do network request, using android-async-HTTP, HttpClient based, although already obsolete, but has been too lazy to change, a period of time ago read...
RxJava has four basic concepts: Observable, Observer, Subscribe, and event. Observables and observers subscribe using the subscribe() method, which allows an Observable to subscribe when...
I don't know if you noticed, but RxJava is a growing part of development in many Internet companies. RxJava often comes up in interviews, especially...
Take SandwichDemo as an example. Github address create Retrofit Create interface class get the data returned by the interface is as simple as that, data...