Tag: mvp
Hement: Network Framework in MVP Architecture (RxJava2+Retrofit2+RxAndroid)
February 5, 2024
by Elliot Chadwick-Jones
No Comments
Rxjava: Is a Reactive extension of the Java VM implementation: a library for composing asynchronous and event-based programs using observable sequences. Rxandroid: This module adds...
Read More
How to apply MVVM to a project
February 5, 2024
by Dr. Carol Jones
No Comments
What is MVVM, and how to apply to engineering, and how to apply RecyclerView
Read More
Android MVP upgrade road (3) arbitrary flagship version
February 5, 2024
by Brett O'Connor
No Comments
There are clerical errors in the naming of some classes in Chapter 1 and 2. If you read the first two articles carefully, then you...
Read More
Android third-party micro-blog, wireless transmission, animation effects, mall applications source
February 5, 2024
by 張惠婷
No Comments
The third-party client and UI of Sina Weibo follow Material Design. Implementation is not difficult, through this article, we can learn: 1, the use of...
Read More
Think about MVP based on github AndroidMVP code
February 5, 2024
by William Mortimer
No Comments
There are a lot of people who have read a lot of MVP articles and understand the principles, but just can't write MVP code or...
Read More
Android: Do you really know the pros and cons of the four architectures?
February 5, 2024
by Cynthia Rodgers
No Comments
I just finished the third round of reconstruction of module 20 project, witnessed the advantages and disadvantages of MVC, MVP and Clean and formed my...
Read More
Preamble to Android: MVP Architecture Exploration Tour – Basics
February 5, 2024
by Nina Butcher
No Comments
For more on the technology, see "I'm Hooked on Android, What's wrong?" Let's learn the basics of MVP. You're all familiar with the MVC architectural...
Read More
Android novel reading, MVP + RxJava + Retrofit project, document photo cutting, Bluetooth lock source code
February 5, 2024
by William Forrest
No Comments
Completely prevent the United States group set payment password, page and details are completely consistent, such as can not... 2. After the Android project is...
Read More
Lightweight Kotlin + Mvp + Rxjava + Retrofit framework
February 5, 2024
by Aayush Borra
No Comments
This project is a lightweight template project based on kotlin + Mvp + Rxjava + Retrofit package. The project does not have too many redundant...
Read More
New Eyepetizer APP Design + MVP + RxJava2 + Retrofit + Dagger2 + Realm
February 5, 2024
by 尚慧君
No Comments
Toward the end of the year, the company had little to do and was focused on open source. Due to the limitation of ONE API,...
Read More
Dagger2 + framework
February 1, 2024
by Leonard Walters
No Comments
Today I want to introduce to you some thoughts on using dagger and MVP framework, hoping to improve our efficiency in using dagger and MVP...
Read More
Use RxJava+Retrofit+MVP+Dagger2+Glide+GreenDao to build the news APP
February 1, 2024
by Emma Freeth-Stewart
No Comments
Ency is a simple news and information APP, which mainly includes five modules: Wechat Selection, one article per day, hot dry goods, eye opening video...
Read More
Based on MVP + Dagger2 to develop a girl watching app
February 1, 2024
by 楊冠霖
No Comments
MVP architecture was adopted as a whole. I learned uncle Bob's clean code idea and practiced it in the project, which is still being improved
Read More
Android architecture Selection
February 1, 2024
by Miraya Brahmbhatt
No Comments
Through the code comparison, we will explain in detail how to choose between MVC, MVP and MVVM, and explore the Android unit testing. This article...
Read More
Dagger 2 series (4) — Foundation: @named & @Qualifier
February 1, 2024
by Mehul Shan
No Comments
The general information is that the UserThird class is bound multiple times and lists the binding information. The reason for the error is that we...
Read More
Dagger: @Scope & @singleton
February 1, 2024
by 丁筱涵
No Comments
How @Scope and @Component work together. Dagger2 does have a steep learning curve, I think the first point is the understanding of the concept of...
Read More
Dagger 2 series (2) — Basic: @Inject, @Component
February 1, 2024
by Ms. Jacqueline Scott DVM
No Comments
How @Inject and @Component work together. 1. Premise 2. What is @Inject? The @Inject (Annotation) Annotation is also used to annotate the dependent constructors of...
Read More
Dagger series 1 — Prelude: Basic introduction to dependency injection
January 31, 2024
by 解琬婷
No Comments
Dagger2 is a Google open source Dependency Injection framework (DI). Dagger2 is a Dependency injection framework from Google. I'm sure some of you are wondering...
Read More
How many base classes, how many utility classes can I inject with Dagger and call MVP+Dagger framework? | the nuggets technical essay
January 31, 2024
by Kathryn Collins
No Comments
MVP+Dagger+Retrofit+Rxjava framework with just a few base classes and just a few utility classes injected with Dagger?
Read More
MVP architecture and performance optimization for Android development
January 31, 2024
by 趙家瑋
No Comments
Why do architecture design? As an APP grows bigger and bigger, with more and more complex business and requirements, architecture needs to be considered in...
Read More
Android Unit Test (8) : Dagger and unit test
January 31, 2024
by Bruce Moreno
No Comments
This article continues with the MVP + Dagger unit test.
Read More
An exquisite Retrofit + MVP +RxJava architecture APP experience.
January 31, 2024
by Amelia Jackson
No Comments
The data comes from the dry stuff concentration camp of coders, mainly using Retrofit + RxJava + MVP this hot development system recently. Dagger2 +...
Read More
Bring you efficient learning MVP+RxJava+Retrofit
January 31, 2024
by 張婷婷
No Comments
Make a list of good articles or projects I've read while studying all three and lambda expressions
Read More
Different perspectives take you to MVC, MVVM, MVP
January 31, 2024
by 王家豪
No Comments
The article is detailed and insightful, better than anything I've seen so far.
Read More
Build your own Android MVP framework
January 30, 2024
by 孫哲瑋
No Comments
M (Model) is responsible for data request, analysis, filtering and other data operations. V (View) handles the UI, usually in the form of an Activity...
Read More
Analysis of MVP Architecture Implementation on Android Platform (II)
January 30, 2024
by Zachary Taylor
No Comments
Loader mechanism based on Google official Todo-MVP implementation analysis and discussion, welcome to exchange.
Read More
MVP framework for Presenter with life cycle, supports Multi P
January 30, 2024
by Eric Kelly
No Comments
The Activity of the life cycle through the method of controlling the Presenter PresenterLifecycleDelegate to call, given its life cycle. It also overloads the onSaveInstanceState...
Read More
Force a wave of Dagger2 usage introduction
January 29, 2024
by Douglas Perez
No Comments
Android base development library to make development easier. Since I have not been in touch with Dagger2 for a long time, some understanding may not...
Read More
Talk about my understanding of the MVP framework
January 29, 2024
by Leslie Hansen-O'Neill
No Comments
First, in my opinion, reading the source code requires a little Android development experience. If you are just a beginner or a guy with no...
Read More