RxJava2 Practical Knowledge Carding (15) - Implementing a Simple MVP + RxJava + Retrofit Application

RxJava2 Practical Series RxJava2 Practical Knowledge Carding (1) - Time-consuming operation in the background, real-time notification of UI updatesRxJava2 Combat Knowledge Carding (2) - Calculating the Mean Value of Data over a Period of TimeRxJava2 Combat Knowledge Carding (3) - Optimizing Search Association FunctionRxJava2 Combat Knowledge (4 ...

Posted by PC Nerd on Tue, 01 Jan 2019 08:48:09 -0800

Android builds a useful MVP framework (Retrofit+Rxjava2+ButterKnife)

Preface Recently, I have seen a lot of MVP frameworks in the new project, and then I built the MVP framework myself. So I summarize them here and hope you can learn from each other. I. Basic Architecture The structure of MVP is briefly introduced, full name: Model-View-Presenter; it is evolved from the classical model MVC, their basic ide ...

Posted by kaedus on Mon, 31 Dec 2018 10:36:08 -0800

android Weather app Based on MVP,Retrofit2,RxJava2

Recently, I learned MVP, Retrofit2, Rx Java2 framework. I feel I have gained a lot, so I decided to make use of my knowledge to do a great job. ps: You can see my previous blog about children's shoes that are not clear about these three frameworks Portal: MVP Retrofit2 RxJava2 Design sketch Let's not say much. Let's star ...

Posted by tanvirtonu on Sat, 29 Dec 2018 09:42:07 -0800

Android-Multi-List Project (Rxjava+Rtrofit+Recyclerview+Glide+Adapter Packaging)

Next, the second article in this series is the most important one, network layer encapsulation. The first one is: Android - Project Architecture of Multiple Lists (Rxjava+Rtrofit+Recyclerview+Glide+Adapter Encapsulation) The structure of this paper: 1. What is involved in network layer encapsulation; 2. How to encapsulate network layer; 3 ...

Posted by Dunoon on Fri, 21 Dec 2018 21:33:05 -0800

Android Retrofit 2.0 (2) Use the tutorial OkHttp3 + Gson + RxJava

I. Relevant information Github:https://github.com/square/retrofit Official Documents: http://square.github.io/retrofit/ Two.square square is an open source company that has many very good projects, all of which come out to express an open source spirit to their group of engineers. With respect, for example, the ...

Posted by misseether on Wed, 19 Dec 2018 04:57:05 -0800

Android: This is a very detailed practical chapter on the combination of MVP + Rxjava 2.0 + Retrofit 2.0 for example RecyclerView

MVP + Rxjava 2.0 + Retrofit 2.0 is now a very popular combination MVP believes that you have learned a lot about the theory in the major websites and the articles of the big guys. MVP is actually M-tier requesting data in P-tier for M-tier and V-tier interactive V-tier to get data and display data. For example, the mother jackal goes to prey ...

Posted by mote on Sat, 15 Dec 2018 15:54:04 -0800

Android Framework Builds Retrofit2+RxJava+Glide+MVP

github address: Click to jump to Github Reason In order to facilitate the use of future projects The project is still using relatively old things, such as mvc,volley, etc. In the process of building, we also learn some new technology. How to Use And Pictures Download and change the package name to be a new project. I ...

Posted by midi_mick on Tue, 11 Dec 2018 01:03:06 -0800