Friday, May 10, 2013

N=15 - Adding a Details Page to Collect-A-Bull (N+1 Days of MvvmCross)

In this sample we continue on developing within only WindowsPhone...


We create a way to show the details of a CollectedItem from the ListView.


In the Xaml, we use ugly code behind - sorry, but I messed up my Xaml behavior!


We add a DetailsViewModel and DetailView, using some new ValueConverters along the way.


We also extend our Collection service in order to allow items to be deleted - responding to a DeleteCommand.

Here's the video:







The source is at: https://github.com/slodge/NPlus1DaysOfMvvmCross/tree/master/N-15-CollectABull-Part4



Previously in N+1:


No comments:

Post a Comment