Skip to content
Adam Knight edited this page Mar 19, 2024 · 2 revisions

xamvvm

Welcome to the xamvvm Wiki!

Naming conventions

Although this is a MVVM framework we decided to use the Xamarin Forms naming Pages instead of Views and PageModels instead of ViewModels

This doesn't mean you have to stick to this naming with your classes, you are free to name them View and ViewModel

Examples

Contribution

You are very welcome to contribute to xamvvm either by reporting bus, proposing of new features or directly contribute by making pull requests.

Before you start a bigger addition/refactoring and make a PR, please open an issue so that we can discuss possible implications of your PR and making sure that not two people work at the same feature.

You can clone this Wiki too and help us improve documentation. If you could publish some meaningful example using xamvvm this would be awesome.