Releases: jamesmontemagno/MonkeysApp-Workshop
Part 6 - Azure Mobile Services - Online/Offline Sync
At this part of the workshop we have restructured our "Services" and added azure mobile services to our application.
Part 5 - Update NuGet & Adding Pull To Refresh
After this part in the workshop have successfully updated to the latest version of Xamarin.Forms enabling new support for Pull to Refresh on our Monkey List.
Part 4 - Commanding Events
After this part of the workshop we have successfully implemented ICommand and Commanding for all of our events in the application. This cleans up our code behind and moves advanced logic into our ViewModel. Additionally, we saw out handle and pass back exceptions to the view from our viewmodel via Messaging Center.
Part 3 - Dependency Service - Text To Speech
After this part of the workshop we have explored tapping into platform specific code with the dependency service and then explored Plugins for Xamarin.
Part 2 - Navigation and Details
After this part we have created a new details page to display details of a monkey including some XAML string formats. We have also added the ability to navigate to this page and manually dismiss it.
Part 1 - Monkeys Loading Into List
This is the end of Part 1 of the workshop. We have created our Model, View, & ViewModel to query and pull down a json file of monkeys, deserialize it into object, and display it in a ListView. In addition there is some simple data binding in place.