Tag: mvvm
Series :iOS Development – Framework building
January 13, 2024
by Kelly Hansen
No Comments
A complete project will have a lot of interface or content. As a developer, the ability to complete a project depends on experience accumulation. Meanwhile,...
Read More
Design Pattern #1 factory vs. singleton method in Swift
January 13, 2024
by Jeffery Mitchell
No Comments
"Gang of Four" (" GoF ") Erich Gamma, Richard Helm, Ralph Johonson, and John Vlissides in their "Design Patterns: Some 23 classic design patterns are...
Read More
Use Kotlin to build more Android-friendly MVVM applications
January 12, 2024
by Dr. Gillian Clark
No Comments
When it comes to MVVM, everyone will think of the front-end MVVM framework, which is less popular in the mobile development world than the front-end...
Read More
Summary of iOS code practice
January 12, 2024
by Hazel Kapoor
No Comments
The authors summarize some iOS development lessons, such as reducing object properties, reducing and modularizing object messages, how to choose MVVM && RAC, and some...
Read More
(a)Android official MVVM framework to achieve componentization of the overall structure
January 12, 2024
by Cheryl Flores
No Comments
The current project chart set-top: Demo making address: https://github.com/Dawish/GoogleArchitectureDemo0- Demo project MVVM componentized architecture diagram, official Google M
Read More
Simulate Vue handwriting an MVVM
January 12, 2024
by Mr. Oliver Jones
No Comments
MVVM design mode is evolved from MVC (originally from the back end), MVP and other design modes, M-data Model (Model), VM-View Model (ViewModel), V-View layer...
Read More
Build a front end framework in typescript InDiv
January 11, 2024
by Emily Brown
No Comments
One of my colleagues said to me: There is still not enough demand to build wheels... The wheel was built from April 22, 2018 to...
Read More
【RxSwift Practice Series 2/3】 Thinking in RX-Create and Drive
January 11, 2024
by Susan Monk
No Comments
RxSwift is a Programming idea, not a language, and the hardest part of learning it is thinking in Reactive Programming: thinking of all events as...
Read More
【RxSwift Practice Series 1/3】 Why use RxSwift
January 11, 2024
by Rebecca Wood
No Comments
MVC is the mainstream client programming framework at present. In iOS development, the system implements a public view class: UIView and a controller class: UIViewController...
Read More
What is the MVVM model
January 11, 2024
by Dale Cooke-Bishop
No Comments
Recently, I reviewed the VUE document again and saw the MVVM model mentioned at the beginning. I felt that I could not explain clearly what...
Read More
What’s the difference between VIPER and MVVM
January 11, 2024
by Benjamin Roberts
No Comments
If you've ever developed a mobile App, you've probably heard of MVVM and VIPER. While there are arguments that MVVM doesn't scale well enough, there...
Read More
Read the Design-Pattern-by-Tutorials note — Builder Pattern
January 11, 2024
by Justin Gibbons
No Comments
The constructor pattern allows complex objects to be created step by step rather than all at once. This pattern consists of three main types, as...
Read More
Some suggestions for using the Android MVVM + LiveData schema
January 11, 2024
by 楊雅文
No Comments
MVVM is an Android architecture that combines Data Binding with some lifecycle components, such as LiveData and ViewModel. Check out Google's official sample library for...
Read More
ViewModel for Android Jetpack series
January 11, 2024
by Hrishita Choudhary
No Comments
A ViewModel is designed to store and manage data related to an interface in a life-cycle oriented manner. A ViewModel is essentially a bridge between...
Read More
The Android MVVM development framework based on Google’s latest AAC architecture has been updated again
January 10, 2024
by 周琬婷
No Comments
AACHulk combining Okhttp + Retrofit + BaseRecyclerViewAdapterHelper + SmartRefreshLayout + ARouter to build a fast development framework, development language is Ko
Read More
Ember.js project Ember Data
January 10, 2024
by Christine Porter
No Comments
Ember.js is an open source framework based on the MVVM model for creating complex multi-page applications. Its biggest feature is that it keeps releasing the...
Read More
Cc-based Android MVVM componentization implementation
January 10, 2024
by Lindsay Benson
No Comments
1) CC (2) get DDComponentForAndroid 3. ModularizationArchitecture 4. Ali Arouter 5. Poly Beautiful componentization solution 6. ActivityRouter 1. Create host project two. Create the base...
Read More
The Swift version is not the best
January 10, 2024
by 王惠如
No Comments
Here I mainly through the essence, release, attention, login, my and recommended attention interface for the simple implementation of several modules, because of the code...
Read More
Android Jetpack series OF MVVM use and packaging
January 10, 2024
by Jacob Dean Jr.
No Comments
If the Android development architecture is fragmented and there is no unified specification, over time, the project code will become chaotic and difficult to maintain....
Read More
Thinking about the application of standard MVVM design pattern in Android
January 10, 2024
by 蘇佳玲
No Comments
This article should have been written a long time ago, but I decided to finish it today. MVVM is an architectural pattern (or design pattern)...
Read More
Based on Kotlin Android strongest RecycleView library
January 10, 2024
by Badal Loyal
No Comments
OnBind belongs to the onBindViewHolder event listener. Use this function if you need to set data or bind events yourself. The return value determines whether...
Read More
Brief analysis of MVC/MVP/MVVM model in front-end development
January 10, 2024
by Nathan Francis
No Comments
This article first appeared in nuggets column, published in Liao Keyu's independent blog, please keep the original link. MVC, MVP, and MVVM are common Architectural...
Read More
IOS is a lightweight componentization idea
January 9, 2024
by Miss Anne Moore
No Comments
Speaking of componentization, we should all be familiar with it, but also mention that, due to the complexity of business expansion, the coupling degree between...
Read More
MVVMLin is a fast development framework based on Jetpack+Kotlin+ coroutine +Retrofit
January 9, 2024
by Bridget Johnson
No Comments
Github also has a lot of frameworks for MVVM. We've been working on MVP projects with RxJava +Retrofit, but now AndroidX is the trend, Kotlin...
Read More
In-depth understanding of Vue’s watch implementation principle and implementation method
January 9, 2024
by Martyn Stevenson
No Comments
Watch is implemented.
Read More
Android Jetpack series OF MVVM use and packaging
January 9, 2024
by Bhavin Thaman
No Comments
If the Android development architecture is fragmented and there is no unified specification, over time, the project code will become chaotic and difficult to maintain....
Read More
🔥 Based on MVVM+ Jetpack + Retrofit + Glide + coroutine to play Android app, using kotlin language development
January 9, 2024
by Kerry Rees
No Comments
After reviewing Kotlin and learning JetPack bucket, I wrote a project to familiarize myself with it. Hope to know JetPack and Kotlin friends have a...
Read More
Write a Douyin App from scratch — start
January 9, 2024
by Arnav Dube
No Comments
Some people say that I am title party, also blame me when I first decided to write did not pay attention to the title, also...
Read More
The difference between MVVM pattern and MVC pattern
January 9, 2024
by William Turner
No Comments
View and model under the MVVM framework can't direct communication, only through the ViewModel interact, it is able to monitor the change of the data,...
Read More