RxEasyHttp: A Simple and Easy Network Request Framework Based on RxJava+Retrofit2

Source address: https://github.com/zhou-you/RxEasyHttp RxEasyHttp This library is a simple and easy-to-use network request framework based on Retrofit2+RxJava. It combines the characteristics of android platform with network encapsulation library. It uses api chain to call one point to the end, integrates cookie management, multiple cachi ...

Added by Archangel915 on Sun, 23 Jun 2019 22:13:35 +0300

RxJava 2.0 tutorial from scratch (4) Application in Android

From: http://blog.csdn.net/qq_35064774/article/details/53065400 1. Preface In article 123, I introduced the basic usage of RxJava 2.0. This article will be introduced in Android The basic usage of the phrase ___________.   Attached are links to this series of tutorials.  Rx Java 2.0 tutorial from scratch (1) Foundation RxJav ...

Added by leetcrew on Sun, 23 Jun 2019 00:17:57 +0300

okhttp3.0 Ignores https certificates

Recent corporate projects require that the network protocol support https, which has not been touched much before, so this time I would like to summarize the relevant content of HTTPS in android development. 1. https Certificate For the concepts of https and certificates, you can search for Baidu yourself. There are two types of certificat ...

Added by vB3Dev.Com on Sat, 22 Jun 2019 20:44:31 +0300

Upload image files and parameters using OkHttp (both front and back codes)

I've written a code about using Retrofit to upload picture files, but what if OkHttp is used? I believe that some of the students who know about the two know that in fact the implementation of Retrofit's internal network request is OkHttp. After wrapping one layer, it is just for the convenience of developers to write interfaces an ...

Added by poe on Thu, 16 May 2019 07:58:36 +0300