MaxLines on Labels in Xamarin.Forms

MaxLines on Labels in Xamarin.Forms

Hot off the press, another PR just got merged into the Xamarin.Forms repository. This time, adding a new feature on a Label, the ability to specify MaxLines. This will be available in a near-future Xamarin.Forms version on iOS, Mac OS, Android, and UWP. Edit 21 Sep. 2018: This functionality is now available as part of Xamarin.Forms … Read more

[BOOK] Xamarin.Forms Essentials

Xamarin.Forms Essentials Featured Image

I’m back! As you may have noticed, I have been away for a little while with no new blogs or vlogs. But with good reason, and it’s called Xamarin.Forms Essentials! I have moved into a new home! But probably more important to you; I have been working on a new book as well and I’d … Read more

Boosting Your Productivity with MFractor

With the release of MFractor Premium, it is about time I would do a blog post about it. I have had the pleasure to work with MFractor for some time now and even had a chat with the create Matthew Robbins. If you do not know what MFractor is; it is an awesome plugin which … Read more

Introducing Gur.Codes(); my Xamarin vlog!

Gur.Codes(); Featured Image

As a addition to my blogs I have been writing here for quite some time now, I thought; what can I do to take it to the next level? And so I have started my own vlog as well! Gur.Codes(); is born. Creating a Custom Renderer for Xamarin FormsWatch this video on YouTube What is … Read more

Less repetitive code to reach REST APIs for your Xamarin.Forms app with Refit

In follow-up of my previous post about PropertyChanged.Fody, this time we will look at Refit (link). Just like implementing the INotifyPropertyChanged interface, writing code to communicate with your REST backend can produce a lot of duplicated code. Each request looks very similar and follows the same pattern; do a request to endpoint X and retrieve … Read more

Working with Effects in Xamarin.Forms

When you have worked with Xamarin.Forms before you’ll know that the translation from the Forms control to a native control is done by renderers. This can be simplified with Effects. If you, as a developer, would want to change anything about the way Forms renders it for you, you would have to subclass the whole … Read more

Xamarin and everything on Evolve 2016

Evolve 2016 keynote

My conversation with my good friend Fanie Reynders for a GeekFest episode about the past Evolve 2016 and everything that is announced there!

We cover iOS simulator remoting within Visual Studio 6:49, the all new XAML Previewer 10:41, themes, a quick look at Snppts 25:51 (my pet project, see my previous post here) and Xamarin Workbooks 34:20. Let’s spread some Xamarin love!

https://www.youtube.com/watch?v=1e93BZ5M0G0

YouTube channel

Also make sure you check out my YouTube channel. This channel, called Gur.Codes();, handles all elemental features of Xamarin and Xamarin.Forms. Enjoy all the videos on there and don’t forget to subscribe to my channel!

Snppts.io: share your amazing Xamarin.Forms designs!

snppts header

Update: Snppts.io is discontinued and apparently someone picked it up and turned it into malware. Do not go to snppts.io anymore. We have reincarnated Snppts, you can read all about it in this post. For the past few weeks, me and my good friend Steven have been busy creating a platform for sharing your beautiful … Read more

Push notifications with Xamarin – Windows Phone

Windows Phone Push Notification

To conclude my ‘push notifications’ series I will now tell you how to implement push notifications on Windows Phone. Be sure to read my previous two posts on the notifications for iOS and setting up Azure and also implementing on Android. If you did read and/or follow them, this will be a piece of cake (hmm cake.). I … Read more

Push notifications with Xamarin introduction

Second part: Push notifications with Xamarin – iOS Third part : Push notifications with Xamarin – Android For a few recent projects, like my haveibeenpwned app I had to implement push notifications. Also this is one of the most frequently asked questions on the Xamarin forums which is not that odd because it is a main feature of almost … Read more