This is the third article of the series about Social Media Authentication. In the previous one, I showed how to integrate Instagram authentication. In this…
Tag: Xamarin
Many times is useful to have the same application installed multiple times but pointing to a different environment. There are many use cases for this…
In this article I’m going to show you how to customize the Editor control. We will add the following functionalities: Auto expand Adding Corner Radius…
I have been working with integrating push notifications in mobile apps for a while now and got a bit frustrated about going to the same…
I had always wondered how to achieve a draggable view in Xamarin Forms to create some different user experiences. You can definitely do this by using custom…
When having a lot of content in a view we might have to lower our text size to be able to show all the content…
Working with push notifications can be challenging because each platform has its own way of implementing it. Firebase Cloud Messaging allows you to send/receive notifications to a…
Many times in our applications we need to upload files as fast as we can. So the best way to achieve this is using each…