Backgrounding with Xamarin.Forms
In Xamarin University, we have a few in depth courses dedicated to learning the concepts of backgrounding in iOS and Android [iOS210, iOS211, AND210]. If you’ »
In Xamarin University, we have a few in depth courses dedicated to learning the concepts of backgrounding in iOS and Android [iOS210, iOS211, AND210]. If you’ »
It's very common for a mobile application to utilize a local sqlite database. The combination of Sqlite.net and Xamarin.Forms makes this very easy. One »
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 »
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, »