Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 583 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 583 Bytes

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.