Exrin is an extended Xamarin Forms MVVM Framework designed to enable teams to develop consistent, reliable and highly performant mobile apps. Exrin lets you put more focus on how the app will look and function, while Exrin takes care of handling the rest.
- Easily isolate and unit test Commands in ViewModels
- Advanced NavigationService that takes care of all the plumbing.
- Enforces consistency, which is of more benefit when multiple developers are working on the project.
- Handles complex threading scenarios.
- Flexible. Allows you to choose your own Dependency Injection Framework.
Install the Nuget Package
Read the Docs
Sample App
Quick Sample - A very basic quick start sample.
Tesla App - Shows more advanced usage of Exrin with TabbedPages and MasterDetailPage.
-
Is this another MVVM Framework? Yes and no. It contains all the MVVM helpers you would need however you can use another MVVM framework with Exrin if you choose.
-
What IoC does it use? None, you inject your own IoC and DI Framework when configuring your app. After using a few on different projects, I prefer AutoFac.
-
Does Exrin have any dependencies? No. That was a critical design point. Exrin does not depend on anything. Having a package that locks you into another package version has become increasing frustrating and Exrin will not be a part of that.
-
Why this framework? It's not going to be for everyone. It is opinionated and requires a bit of effort in project setup. The benefits however include consistency and easy testability for your mobile app. The benefits are greatly enhanced if 2 or more developers are on the project.
Please visit Contact
MIT License © Adam Pedley