Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukaszkn/xamarin
Sample Xamarin projects
https://github.com/lukaszkn/xamarin
csharp dotnet ios mvvm mvvmcross xamarin
Last synced: about 2 months ago
JSON representation
Sample Xamarin projects
- Host: GitHub
- URL: https://github.com/lukaszkn/xamarin
- Owner: lukaszkn
- Created: 2024-01-11T20:03:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-16T19:52:02.000Z (12 months ago)
- Last Synced: 2024-11-14T15:14:20.970Z (3 months 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.
![]()