Sometimes, we need to share information from our App to other apps, such as an address, a file, an URL among others. Xamarin Essential gives us the power to do it! In this post we will be learning how to do it. This post will be divided in the following topics: 🔹 Platform Supports 🔹 Sharing overload methods 🔹 Experimental…
Category: Xamarin Essentials
Customizing browser appearance in Xamarin Forms
It’s too friendly when we see an Application with the perfect combination regarding Look & Feel. Some of these Apps needs to access to an external page, which forces us to use browsers that do not help us keep the color scheme used in our application.☹ But…What if I tell you that now you can change the appearance of your…
Converting Colors in Xamarin Forms
This time, I want to share with you this great feature. Let me tell you something, when I saw this functionality I really LOVED IT 😍 !!! Because I can play with the colors! 💚 In this post, we will be learning about the different functionalities that Xamarin Essentials bring to in the System.Drawing.Color library. This explanation will be divided in the following…