A Xamarin app for noting baby information. This app was hacked together in my spare time, but it does show off lots of useful techniques for mobile developers.
- Xamarin Forms XAML with a Master Detail Page and several Navigation Pages.
- Storing data locally with Mono.Data.Sqlite.
- Syncing data to the cloud with Facebook's Parse.
- Parse Cloud Code for server-side policy enforcement.
- The Parse Image Cloud Module for resizing uploaded photos to thumbnail size.
- Role-based Access Controls for securely sharing babies between users.
- Ads served by Google's AdMob.
- A custom view with renderers for iOS and Android.