MvvmCross-develop

所属分类:Windows编程
开发工具:C#
文件大小:4849KB
下载次数:3
上传日期:2019-01-05 13:17:48
上 传 者村野道人
说明:  Wpf Mvvm 源码,供大家学习和参考,非原创
(Wpf Mvvm Demo, it download from GitHUB, for reference only)

文件列表:
MvvmCross-develop (0, 2018-12-11)
MvvmCross-develop\.editorconfig (2976, 2018-12-11)
MvvmCross-develop\.mailmap (2194, 2018-12-11)
MvvmCross-develop\CHANGELOG.md (96396, 2018-12-11)
MvvmCross-develop\CODE_OF_CONDUCT.md (3253, 2018-12-11)
MvvmCross-develop\CONTRIBUTING.md (1126, 2018-12-11)
MvvmCross-develop\ContentFiles (0, 2018-12-11)
MvvmCross-develop\ContentFiles\Android (0, 2018-12-11)
MvvmCross-develop\ContentFiles\Android\HomeView.axml.pp (682, 2018-12-11)
MvvmCross-develop\ContentFiles\Android\HomeView.cs.pp (468, 2018-12-11)
MvvmCross-develop\ContentFiles\Android\LinkerPleaseInclude.cs (4117, 2018-12-11)
MvvmCross-develop\ContentFiles\Android\SplashScreen.axml.pp (386, 2018-12-11)
MvvmCross-develop\ContentFiles\Android\SplashScreen.cs.pp (527, 2018-12-11)
MvvmCross-develop\ContentFiles\Android\styles.xml.pp (1403, 2018-12-11)
MvvmCross-develop\ContentFiles\Core (0, 2018-12-11)
MvvmCross-develop\ContentFiles\Core\App.cs.pp (418, 2018-12-11)
MvvmCross-develop\ContentFiles\Core\HomeViewModel.cs.pp (501, 2018-12-11)
MvvmCross-develop\ContentFiles\Forms (0, 2018-12-11)
MvvmCross-develop\ContentFiles\Forms\AndroidContent (0, 2018-12-11)
MvvmCross-develop\ContentFiles\Forms\AndroidContent\MainActivity.cs.pp (392, 2018-12-11)
MvvmCross-develop\ContentFiles\Forms\AndroidContent\styles.xml.pp (1403, 2018-12-11)
MvvmCross-develop\ContentFiles\Forms\FormsUIContent (0, 2018-12-11)
MvvmCross-develop\ContentFiles\Forms\FormsUIContent\App.xaml.cs.pp (186, 2018-12-11)
MvvmCross-develop\ContentFiles\Forms\FormsUIContent\App.xaml.pp (309, 2018-12-11)
MvvmCross-develop\ContentFiles\Forms\FormsUIContent\HomeView.xaml.cs.pp (213, 2018-12-11)
MvvmCross-develop\ContentFiles\Forms\FormsUIContent\HomeView.xaml.pp (576, 2018-12-11)
MvvmCross-develop\ContentFiles\Forms\UWPContent (0, 2018-12-11)
MvvmCross-develop\ContentFiles\Forms\UWPContent\App.xaml.cs.pp (393, 2018-12-11)
... ...

MvvmCross Logo

MvvmCross ========== [![Twitter: @MvvmCross](https://img.shields.io/badge/contact-@MvvmCross-blue.svg?style=flat)](https://twitter.com/MvvmCross) ![license](https://img.shields.io/github/license/mvvmcross/mvvmcross.svg) [![Build status](https://ci.appveyor.com/api/projects/status/eih9kn75kujmmuf1?svg=true)](https://ci.appveyor.com/project/MvvmCross/mvvmcross) [![NuGet](https://img.shields.io/nuget/v/MvvmCross.svg)](https://www.nuget.org/packages/MvvmCross/) [![NuGet Pre Release](https://img.shields.io/nuget/vpre/MvvmCross.svg)](https://www.nuget.org/packages/MvvmCross/) [![MyGet](https://img.shields.io/myget/mvvmcross/v/MvvmCross.svg)](https://www.myget.org/F/mvvmcross/api/v3/index.json) [![OpenCollective](https://opencollective.com/mvvmcross/backers/badge.svg)](#backers) [![OpenCollective](https://opencollective.com/mvvmcross/sponsors/badge.svg)](#sponsors) [![CodeFactor](https://www.codefactor.io/repository/github/mvvmcross/mvvmcross/badge)](https://www.codefactor.io/repository/github/mvvmcross/mvvmcross) ‘ Check out [mvvmcross.com](https://www.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: - ViewModel to View bindings using own customizable binding engine, which allows you to create own binding definitions for own custom views - ViewModel to ViewModel navigation, helps you share behavior on how and when to navigate - Inversion of Control through Dependency Injection and Property Injection - Plugin framework, which lets you plug-in cool stuff like GPS Location, Localization, Sensors, Binding Extensions and a huge selection of 3rd party community plug-ins 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.

Check out the MvvmCross docs


### Backers Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/mvvmcross#backer)] ### Sponsors Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/mvvmcross#sponsor)] ## Installation Grab the latest [MvvmCross NuGet](https://www.nuget.org/packages/MvvmCross/) package and install in your solution. > Install-Package MvvmCross Make sure that both the shared core project and your application projects include the NuGet. For more details please visit the [Getting Started documentation.](https://www.mvvmcross.com/documentation/getting-started/getting-started) which also provide easier ways, through Visual Studio and Xamarin Studio plugins to install and manage MvvmCross in your project. ## Filing issues 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](#questions--support). When filing issues, please select the appropriate [issue template](https://github.com/MvvmCross/MvvmCross/issues/new/choose). 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. 1. Did you try find your answer in the [documentation](https://www.mvvmcross.com) 2. Did you include a snippet of the broken code in the issue? 3. Can you reproduce the problem in a brand new project? 4. What are the _*EXACT*_ steps to reproduce this problem? 5. What platform(s) are you experiencing the problem on? Remember GitHub issues support [markdown](http://github.github.com/github-flavored-markdown/). When filing bugs please make sure you check the formatting of the issue before clicking submit. ## Contributing code 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. ### Git setup 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 ``` ### Code style guidelines Please use 4 spaces for indentation. Otherwise default ReSharper C# code style applies. ### Project Workflow Our workflow is loosely based on [Github Flow](http://scottchacon.com/2011/08/31/github-flow.html). We actively do development on the **develop** branch. This means that all pull requests by contributors need to be develop and requested against the develop branch. The master branch contains tags reflecting what is currently on NuGet.org. ### Submitting Pull Requests 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](https://www.igvita.com/2011/12/19/dont-push-your-pull-requests/) ## Questions & support * [StackOverflow](http://stackoverflow.com/questions/tagged/mvvmcross) * [Xamarin forums](http://forums.xamarin.com) * [Slack](https://xamarinchat.herokuapp.com/) join the #mvvmcross channel after you are in ### Licensing MvvmCross is licensed under the [MS-PL License](http://opensource.org/licenses/ms-pl.html) * [MonoCross](http://code.google.com/p/monocross/) was the original starting point for this project, and was used as a reference under MIT * Tiny bits of [MvvmLight](http://mvvmlight.codeplex.com/) are redistributed and modified under MIT * Messenger ideas from [JonathanPeppers/XPlatUtils](https://github.com/jonathanpeppers/XPlatUtils) under Apache License Version 2.0, and from GrumpyDev/TinyMessenger under simple license of "THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY" * [Color codes](https://github.com/mono/sysdrawing-coregraphics) under MIT License * Some bits of [Mvvm.Async](https://github.com/StephenCleary/Mvvm.Async) are redistributed and modified under MIT License ### Acknowledgements * Thanks to [McCannLondon](http://blogs.mccannlondon.co.uk/) for sponsoring the initial part of this work * Thanks to [JetBrains](http://jetbrains.com) for a community Resharper license to use on this project [so]: http://stackoverflow.com/questions/tagged/mvvmcross "MvvmCross on StackOverflow" [xfmvx]: http://forums.xamarin.com/search?Search=mvvmcross "MvvmCross on Xamarin Forums" [xf]: http://forums.xamarin.com "Xamarin Forums" ### .NET Foundation This project is supported by the [.NET Foundation](https://dotnetfoundation.org).

近期下载者

相关文件


收藏者