Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.