Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Gacui | 2,163 | 6 days ago | 15 | other | C++ | |||||
GPU Accelerated C++ User Interface, with WYSIWYG developing tools, XML supports, built-in data binding and MVVM features. | ||||||||||
Mvvmlight | 1,683 | 6 years ago | 14 | Java | ||||||
A toolkit help to build Android MVVM Application | ||||||||||
Loxodon Framework | 1,495 | 7 | 6 days ago | 6 | July 11, 2022 | 1 | mit | C# | ||
An MVVM & Databinding framework that can use C# and Lua to develop games | ||||||||||
Neutronium | 1,316 | 3 | 8 | 5 months ago | 16 | September 11, 2020 | 92 | mit | C# | |
🚀 Build .NET desktop applications using HTML, CSS and javascript. | ||||||||||
Robobinding | 1,306 | 7 | 2 | 6 years ago | 15 | June 13, 2016 | 35 | other | Java | |
A data-binding Presentation Model(MVVM) framework for the Android platform. | ||||||||||
Mvvm_hacker_news | 887 | 6 years ago | 6 | Java | ||||||
Android MVVM experiment project using the official Data Binding library | ||||||||||
Iossampleapp | 666 | 2 months ago | mit | Swift | ||||||
Sample iOS app demonstrating Coordinators, Dependency Injection, MVVM, Binding | ||||||||||
People Mvvm | 661 | 3 years ago | Java | |||||||
Sample created to practice MVVM and DataBinding in Android Applications. | ||||||||||
Countries | 609 | 5 years ago | 4 | other | Kotlin | |||||
An example Android app using Retrofit, Realm, Parceler, Dagger and the MVVM pattern with the data binding lib. | ||||||||||
Android Mvvm | 437 | 5 years ago | 16 | apache-2.0 | Java | |||||
MVVM on Android using RxJava and Data Binding |
👀 Check out mvvmcross.com to get started with MvvmCross 👀
MvvmCross is a cross-platform MVVM framework. It enables developers to create apps using the MVVM pattern on Xamarin.iOS, Xamarin.Android, Xamarin.Mac, Xamarin.Forms, Universal Windows Platform (UWP) and Windows Presentation Framework (WPF). This allows for better code sharing by allowing you to share behavior and business logic between platforms.
Among the features MvvmCross provides are:
MvvmCross is extendable by you. We strive to let as much code be configurable and overridable, to let the developer decide how they want to use the framework. However, the framework is very usable without doing anything.
See the official MvvmCross blog for the latest news!
We strive to keep the GitHub issues list for bugs, features and other important project management tasks. If you have questions please see the Questions & support section below.
The best way to get your bug fixed is to be as detailed as you can be about the problem. Providing a minimal git repository with a project showing how to reproduce the problem is ideal. Here are a couple of questions you can answer before filing a bug.
Remember GitHub issues support markdown. When filing bugs please make sure you check the formatting of the issue before clicking submit.
We are happy to receive Pull Requests adding new features and solving bugs. As for new features, please contact us before doing major work. To ensure you are not working on something that will be rejected due to not fitting into the roadmap or ideal of the framework.
Since Windows and UNIX-based systems differ in terms of line endings, it is a very good idea to configure git autocrlf settings.
On Windows we recommend setting core.autocrlf
to true
.
git config --global core.autocrlf true
On Mac we recommend setting core.autocrlf
to input
.
git config --global core.autocrlf input
Please use 4 spaces for indentation.
Otherwise default ReSharper C# code style applies.
Our workflow is loosely based on Github Flow.
Make sure you can build the code. Familiarize yourself with the project workflow and our coding conventions. If you don't know what a pull request is read this https://help.github.com/articles/using-pull-requests.
Before submitting a feature or substantial code contribution please discuss it with the team and ensure it follows the MvvmCross roadmap. Note that code submissions will be reviewed and tested. Only code that meets quality and design/roadmap appropriateness will be merged into the source. Don't "Push" Your Pull Requests
When creating a new sample, please do the following:
This project is developed and distributed under the Microsoft Public License (MS-PL).