Skip to content

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

License

Notifications You must be signed in to change notification settings

nightlybuilds-net/MVB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages