181 skills found · Page 1 of 7
reactiveui / ReactiveUIAn advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
ReactiveCocoa / ReactiveViewModelModel-View-ViewModel, using ReactiveCocoa
lbugnion / MvvmlightThe main purpose of the toolkit is to accelerate the creation and development of MVVM applications in Xamarin.Android, Xamarin.iOS, Xamarin.Forms, Windows 10 UWP, Windows Presentation Foundation (WPF), Silverlight, Windows Phone.
icerockdev / Moko MvvmModel-View-ViewModel architecture components for mobile (android & ios) Kotlin Multiplatform development
zhuchaowe / EasyIOSA new generation of development framework based on Model-View-ViewModel
emedinaa / Kotlin MvvmMVVM(Model View ViewModel) sample in Kotlin using the components ViewModel, LiveData and Retrofit library
florina-muntenescu / DroidconMVVM"Hello, World!" example of the Model-View-ViewModel pattern
tuenti / ButtonMenuButtonMenu is an Android library created to build user interfaces based on buttons. This library has been implemented using Model View ViewModel pattern combined with an Android custom view that extends LinearLayout.
gpospelov / Qt MvvmModel View ViewModel framework for large Qt C++ applications
florina-muntenescu / MVPvsMVVMModel-View-Presenter vs Model-View-ViewModel in a "Hello, World!" project
jakubkinst / Android ViewModelBindingA lightweight library aiming to speed up Android app development by leveraging the new Android Data Binding together with the Model-View-ViewModel design pattern.
DevExpress / DevExpress.Mvvm.FreeDevExpress MVVM Framework is a set of components helping to work in the Model-View-ViewModel pattern in WPF.
AliAsadi / Android MVVM ArchitectureA basic sample android application to understand MVVM in a very simple way.
ReMVVM / ReMVVMReMVVM is an application architecture concept, marriage of Unidirectional Data Flow (Redux) with MVVM.
krzysztofzablocki / ViewModelOwnersProtocols that help make your MVVM setup more consistent
unicreators / MvvmA Flutter MVVM (Model-View-ViewModel) implementation. It uses property-based data binding to establish a connection between the ViewModel and the View, and drives the View changes through the ViewModel.
bustedbunny / Com.bustedbunny.mvvmtoolkitModel-View-ViewModel Toolkit for Unity UIToolkit.
xamvvm / XamvvmSimple MVVM (Model, ViewModel, View) Framework for .Net - Xamarin.Forms compatible
thomaskioko / Android LiveData ViewModelAndroid app that demonstrates how to use new Architecture components.
DeveloperRahnuma / Flutter Mvvm Clean SetupFor setup your flutter project with Model–View–ViewModel (MVVM) architectural