https://github.com/tbertuzzi/projetosreferenciaxamarin
https://github.com/tbertuzzi/projetosreferenciaxamarin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tbertuzzi/projetosreferenciaxamarin
- Owner: TBertuzzi
- Created: 2021-04-29T19:55:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-29T20:43:42.000Z (over 4 years ago)
- Last Synced: 2025-03-29T07:21:56.223Z (6 months ago)
- Language: C#
- Size: 853 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Projetos com Arquitetura de Referencia para ser utilizado em projetos Xamarin :
* [Aplicativo com Navegação com CustomNavigation como Base](https://github.com/TBertuzzi/ProjetosReferenciaXamarin/tree/main/ProjetoReferenciaBase)
Descrição : Projeto de exemplo com implementação de serviço de navegação através de ViewModel seguindo o padrão MVVM
* [Aplicativo com MVVM.Base como Base](https://github.com/TBertuzzi/ProjetosReferenciaXamarin/tree/main/ProjetoReferenciaMVVMBase)
Descrição : Projeto de exemplo com implementação utilizando MVVM.Base seguindo o padrão MVVM
* [Aplicativo Multi-Tenant](https://github.com/TBertuzzi/ProjetosReferenciaXamarin/tree/main/ProjetoReferenciaMultitenantBase)
Descrição : Projeto de exemplo com implementação de serviço de navegação através de ViewModel seguindo o padrão MVVM para aplicativos Multitenant