Tag Archives: DependencyService

Display A Dialog From The ViewModel

In a previous blog post I discussed the problem of being in your ViewModel yet having to display a dialog to the user. You can’t interact with the page from the ViewModel, but you don’t want the logic of your … Continue reading

Posted in Essentials, Xamarin | Tagged , , | Comments Off on Display A Dialog From The ViewModel

Dialing a number using DependencyService in Xamarin.Forms

As you can probably tell from my previous posts, I love Xamarin.Forms; principally because of XAML and DataBinding.  It is just easier to create a cross-platform (iOS, Android and Windows Phone) with Xamarin.Forms than any other way. Sometimes however, you do need … Continue reading

Posted in Xamarin | Tagged , | 1 Comment