Popularity
1.0
Stable
Activity
0.0
Stable
7
3
0

Description

This is a small framework that guides you through the creation of cross platform applications (thanks to Xamarin ) developing a release platform agnostic high-level layer (Binders Layer) .

Code Quality Rank: L1
Programming language: C#
License: Apache License 2.0
Tags: WinForms     Framework     Windows10     UWP     Xamarin     WPF     Mvvm     Portable     Cross-platform     Xamarin.android     Xamarin.ios     Netstandard     Mvb     Xamarin.Mac     binder    

M.V.B. alternatives and similar packages

Based on the "MVVM" category.
Alternatively, view M.V.B. alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of M.V.B. or a related project?

Add another 'MVVM' Package

README

M.V.B.

Model View Binder - A small and robust framework for awesome cross platform architectures

Quick Start

For a complete example see *FakeContacts App in this repo.*

At the entry point of your platform specific project call:

MvbPlatform.Init();

For Windows Forms project call:

Mvb.Core.Mvb.NullInit();

Documentation

https://github.com/markjackmilian/MVB/wiki

What is this (shortly)?

This is a small framework that guides you through the creation of cross platform applications (thanks to Xamarin ) developing a release platform agnostic high-level layer (Binders Layer) .

The Binders Layer can be thought as an application without interface composed of many small components (Binder) with limited liability .

The binders (type MvbBase ) expose simple APIs that allow you to connect the top final platform specific application layer ( UI ).

See WIKI section for all the necessary documentation .

Follow Me

License

Licensed under Apache see license file.


*Note that all licence references and agreements mentioned in the M.V.B. README section above are relevant to that project's source code only.