https://github.com/lukaszkn/xamarin
Sample Xamarin projects
https://github.com/lukaszkn/xamarin
csharp dotnet ios mvvm mvvmcross xamarin
Last synced: 6 months ago
JSON representation
Sample Xamarin projects
- Host: GitHub
- URL: https://github.com/lukaszkn/xamarin
- Owner: lukaszkn
- Created: 2024-01-11T20:03:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T19:52:02.000Z (over 2 years ago)
- Last Synced: 2025-05-19T23:07:18.227Z (about 1 year ago)
- Topics: csharp, dotnet, ios, mvvm, mvvmcross, xamarin
- Language: C#
- Homepage:
- Size: 837 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iOSMvvmCross
This is sample master/detail project using MvvmCross library in Xamarin.iOS.
Data is populated from jsonplaceholder.typicode.com REST API.
Master view shows list of albums (in UITableView) and after user selection, details view shows collection of images associated with selected album (in UICollectionView).
MvvmCross is a cross-platform MVVM framework. It enables developers to create apps using the MVVM pattern on Xamarin.
