model-view-viewmodel
There are 58 repositories under model-view-viewmodel topic.
lbugnion/mvvmlight
The 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.
AliAsadi/Android-MVVM-Architecture
A basic sample android application to understand MVVM in a very simple way.
ReMVVM/ReMVVM
ReMVVM is an application architecture concept, marriage of Unidirectional Data Flow (Redux) with MVVM.
tibel/Caliburn.Light
The magic-free Caliburn.Light, a powerful framework designed for building applications across current XAML platforms.
rubberduck-vba/MVVM
Model-View-ViewModel Infrastructure for VBA/VB6
onl1ner/swiftui-mv-architecture
A more natural architectural approach on writing SwiftUI applications
yang-han/GraphicsEditor
An MVVM project written in C++.
DoubleDeez/MDViewModel
An Unreal Engine 5 Model-View-ViewModel Plugin with automatic data binding to use in UMG Widget, Actor, and Object Blueprints
dgrzeszczak/MVVM
MVVM framework is swift library inspired by ViewModel from Android Architecture components.
mrphil2105/MvvmElegance
An elegant and powerful ViewModel-First MVVM framework for Avalonia, inspired by Stylet.
Andrei15193/react-model-view-viewmodel
A library for developing React applications using Model-View-ViewModel inspired by .NET
cfHxqA/BotNix-Client
It is a custom client to use the respective software. You will find final console and UI-Application here.
KishanViramgama/LoginRegister
Login Register using jetpack compose
ohetzendorfer/ArchitecturalPatterns
Examples for architectural patterns in iOS
budioktaviyan/android-movie-mvvm
Android Movie Application with Model-View-ViewModel
juangranadilla/RandomUsers
Simple clean architecture project using Architecture Components like ViewModel, LiveData, Room, Navigation, Paging Library, etc.
amanbind007/Cloud-synced-Todo-App-iOS
It is a todo list app created using SwiftUI user Interface for iOS. It uses firebase firestore, firebase storage and firebase auth for storing notes, saving profile file picture and authenticating users.
DevExpress-Examples/winforms-mvvm-best-practices
Implement MVVM concepts with DevExpress MVVM Framework.
MichalMucek/MultiscaleModeling-CellularAutomatonProjects
Cellular Automaton projects for Multiscale Modeling classes. So far, it includes Elementary CA (1D), Game of Life (2D) and Grain Growth CA (2D).
Andrei15193/react-model-view-viewmodel-sample-todo-list
A sample todo list application to illustrate react-model-view-viewmodel usage.
budioktaviyan/basic-mvvm-arch
Android basic of Model-View-ViewModel using Android Architecture Component
JanWilczek/observable-property
C++ utility class allowing subscribing to changes of particular members (properties) of a class (=Observer pattern simplified). Works well with UI properties that can only be updated on the GUI thread. C++ equivalent of Android's LiveData.
mentalmove/Mills
Model View ViewModel design pattern on the example of Nine Men's Morris game, using different strategies
moejehad/ToDo_App_MVVM
Create an android application to save tasks in local database (Room) using mvvm .
TheHasnatBD/MVVM-NewsAPI-Retrofit
Simple News App using Retrofit in MVVM pattern
Aks-4125/github-api-compose
Github open API using Android Kotin Jetpack Compose
astrummk/ListViewComboBox
Xamarin Forms. Put in ListView control rows, combobox details.
carlosttorres33/ToDoApp
Aplicación de Lista de Tareas por hacer, agregas tus tareas pendientes, marcas las completadas y las eliminas. Desarrollada con Kotlin usando JetpackCompose y la arquitectura MVVM, se implementó Room para la persistencia de datos, Daggeer Hilt para inyección de dependencias y Clean Architecture
HaidukEvgen/GoalTracker
WPF .Net application for managing goals and daily tasks. The program is built on the MVVM principle that provides flexibility for growth and expansion
la-colinares/JetpackTunes
An online music player (WIP)
mcarbaugh/MediaPlayer
A simple media player application for Windows.
nglthu/DesignPattern
Some example of design pattern change
quockhanhtn/LibraryManager
Final project of OOP course at HCMUTE
quockhanhtn/LibraryManagerDatabaseVersion
Final project of Windows Programming course at HCMUTE
saberLiou/ProfileAndroidApp
An Android App about my profile, built with Kotlin.
tonitaga/In-Memory-Key-Value-Storages-CPP
A console application that allows you to interactively work with key-value pair stores such as 'HashTable [unordered_map]' and 'Red Black Tree [map]'. Allows to make comparison of basic operations between storages.