Quantcast
Channel: mvvmbasics Wiki Rss Feed
Viewing all articles
Browse latest Browse all 20

Updated Wiki: Home

$
0
0

Building Apps for more than one platform with no additional effort!

MVVMbasics is a .NET library that provides App developers with a framework to develop Apps for multiple target platforms without writing redundant code. If you've got a great idea for implementing a Windows 8 App - why not publish the same App also for Windows Phone, or as a small Desktop Tool to be used on conventional personal computers? With MVVMbasics you don't even need to write additional code besides creating the basic user interface for the additional target platforms. In addition, even if you don't want to release Apps for all the platforms right now, you can still add additional target platforms later on without the need of converting the whole codebase to different APIs.

The MVVMbasics framework builds upon the well-known MVVM design pattern and the .NET Portable Class Library technology, however it standardizes the differences in implementations for the Windows Desktop (WPF), Windows 8 Store Apps, and Windows Phone platforms, allowing to write code that seamlessly interacts with all those platforms.

The framework consists of the MVVMbasics core library and platform-specific Extension Packages that act as wrappers to the different platform-specific APIs and interfaces. Apps based on MVVMbasics may target all platforms for which an Extension Package is available. At the moment, this includes the following platforms:
  • Windows Store Apps for Windows 8.1 and higher
  • Windows Phone 8.1 and higher
  • Windows Phone Silverlight 8.0
  • Android (via Xamarin.Forms)
  • iOS (via Xamarin.Forms)
  • WPF Desktop Applications

However, MVVMbasics is an interesting option even for single-platform projects, since it is a very light-weight extension library that offeres standardized implementations of Data Binding through the INotifyPropertyChanged interface as well as Command Binding, and therefore helps reducing the necessity of writing redundant code for each newly created App project.

New features in Version 2.2

  • Full Xamarin.Forms support
  • Attribute-based bindable property declaration
  • Passing custom parameters during event-to-command redirection (version 2.2.2 and above)
  • Simple built-in service container and support for 3rd party IoC containers (version 2.2.3 and above)

New features in Version 2.1

  • Smart UI dispatcher
  • Common way of injecting a ServiceLocator instance into both Viewmodels and Services
  • Bugfix in the visual XAML editor
  • Correct back navigation on Windows Phone 8.1 back button press (via Visual Studio project templates)

New features in Version 2.0

  • Support for Universal Apps (Windows 8.1 Store Apps, Windows Phone 8.1)
  • Simplified package structure
  • Simpler & more flexible Data Binding
  • Simplified Command binding
  • Shorter declaration of navigation parameters
  • Event to Command Binding
  • New Hidden and Shown view states

Resources

For detailed information about the usage of the MVVMbasics framework, visit the product pages at http://mvvmbasics.mobilemotion.eu:

→ Version History

→ Documentation & Tutorials

→ Project Templates

→ Class Reference

→ Download

The MVVMbasics sources are located on this CodePlex page. To browse the source code or check out the whole reporitory, open the SOURCE CODE tab.

Viewing all articles
Browse latest Browse all 20

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>