Clean ViewModels with Xamarin.Forms
I like to keep my view models focused on just the code needed for a particular view, and to keep as much plumbing and infrastructure code »
I like to keep my view models focused on just the code needed for a particular view, and to keep as much plumbing and infrastructure code »
So, you've fired up Xamarin Studio, created a new Xamarin.Forms app for iOS and Android and your app is super successful. Now that the two »
Android's List View allows us to iterate over an enumerable collection and display each piece of data in a list item. The list view works in »
iOS and Android apps both provide a way to wire up a UI control to listen for specific touch events. These events are called gestures. Typically, »
When writing cross platform apps with Xamarin, our goal is share as close to 100% of our code across all the platforms. While this is an »