Skip to content

Releases: jamesmontemagno/MonkeysApp-Workshop

Part 6 - Azure Mobile Services - Online/Offline Sync

28 Oct 22:53
Compare
Choose a tag to compare

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

28 Oct 04:36
Compare
Choose a tag to compare

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

28 Oct 02:25
Compare
Choose a tag to compare

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

27 Oct 20:28
Compare
Choose a tag to compare

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

27 Oct 19:54
Compare
Choose a tag to compare

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

27 Oct 01:33
Compare
Choose a tag to compare

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.