Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuyen-vuduc/xamarindevdays-hanoi2017
Code demo for Patterns and Practices in XamarinDevDays Hanoi 2017
https://github.com/tuyen-vuduc/xamarindevdays-hanoi2017
mvc mvp mvvm uitests xamarin xamarin-forms xamarindevdays
Last synced: 25 days ago
JSON representation
Code demo for Patterns and Practices in XamarinDevDays Hanoi 2017
- Host: GitHub
- URL: https://github.com/tuyen-vuduc/xamarindevdays-hanoi2017
- Owner: tuyen-vuduc
- License: lgpl-3.0
- Created: 2017-10-13T17:15:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T16:16:05.000Z (about 7 years ago)
- Last Synced: 2024-05-02T05:02:07.575Z (8 months ago)
- Topics: mvc, mvp, mvvm, uitests, xamarin, xamarin-forms, xamarindevdays
- Language: C#
- Size: 4.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XamarinDevDays - Hanoi 2017
Xamarin Dev Days - Hanoi 2017 is an annual event for Xamarin Developers community in Hanoi.
## What does this repo contain?
This repo contains sample code for applying MVC, MVP and MVVM in Xamarin. The slide could be found [here](./slides/xamarindevdays_hanoi_2017_designsnpractices.pdf)
![MV-whatever](./art/mv-whatever.png)
Each pattern is located in its own branch, except MVVM is considered the main one and located in `master` branch
Beside MV* patterns, there is also code for demontration on using Xamairn.UITests which could found in 2 branches
- demo-timepicker: Demo how to use UITests to set a time
- ui-tests: Demo how to use UITests## Authors
- [Tuyen Vu](https://github.com/tuyen-vuduc/)
- [Binh Do](https://github.com/dothanhbinh41/)## LICENSE
The code is licensed under [GNU LESSER GENERAL PUBLIC LICENSE v3](./LICENSE).