On April 9th I had the opportunity to give a talk with Rendy Del Rosario about Prism from Zero to Hero in Xamarin Forms, the event was hosted by DotNetters in Zaragoza – Spain. In this talk we covered the following topics: What’s Prism? Benefits to use it Config a new project Connect Views/ViewModels Navigation/Services […]
Handling connection changes in Xamarin Forms
When developing mobile applications, handling the internet connection changes it’s a must thing to do. In most popular apps, when there’s no connection a message is shown to give awareness to the user about why they won’t see any new content. In this article, I will show you how to do just that in Xamarin […]