When we think about “Sharing a contact”, the first thing that comes to mind is to share the phone number as text so that the user can copy it. But this is not very efficient since the user will have to do many steps if they want to save that number in their contact’s phonebook […]
Improving UX when requesting runtime permissions
In mobile apps, providing a good user experience is vital to keep users using them. One way we can improve the UX is when requesting the runtime permissions because if the user accepts/rejects them, the application must be user-friendly when handling each of these scenarios. To convince our users to accept the permissions, we must […]
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 […]