Plugin for uploading files in Xamarin and Windows
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 platform’s own native apis which will speed up considerably our requests....
View ArticleFirebase push notifications made simple in Xamarin
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 specific device or...
View ArticlePush notifications made easy in Xamarin
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 process each time on every project. So I decided to create a few...
View ArticleFacebook Client Plugin for Xamarin
When integrating facebook into our Xamarin mobile apps it could be painful, specially when we want to give the best UX by using facebook native apis instead of OAuth2 (which we know is not a very good...
View ArticleSocial Media Authentication – Facebook login in Xamarin Forms
When developing a mobile applications is very common to support authentication from social media networks such as Facebook, Instagram, Google, Twitter, Microsoft, LinkedIn to facilitate users...
View ArticleXamarin Card Scan Plugin
For the last few months, I’ve been writing about how to create a binding library, as a result of this, decided to create a plugin that uses the Pay.Card binding . This plugin allows you to scan a card...
View Article