Skip to content

realm/xamarin-examples-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SharedGroceries

SharedGroceries is a simple collaborative Xamarin.Forms app that allows to share grocery lists with friends and family, backed by a REST API. The application shows how to use Realm effectively in a Xamarin.Forms app, using notifications, bindings and live objects. This repository is used as an aid for the article "How to use Realm effectively in a Xamarin.Forms app".

SharedGroceriesWebService contains the REST API that backs the SharedGroceries mobile app.