Xamarin

Using Huawei Mobile Services with Xamarin

5 minute read

Huawei provides a set of tools to work on Android phones that do not use Google Play Services. In this post we will see how we can use them in a Xamarin Andr...

Record your awesome mobile demo for free

5 minute read

When working on mobile projects, you might need to record your demos. There are various commercial solutions for that but sometimes you just want to do it fo...

MVVM - Going async with async command

4 minute read

We have been using async await for quite some time now. In this post we will see how to deal with async when using commands in the MVVM pattern.

Removing async void

5 minute read

When using async await we inevitably have to mark methods as async void. This leads to a lot of issues for programmers…

Cancel asynchronous operations in C#

6 minute read

Running asynchronous code is pretty easy with .NET and C#. As we sometimes need to cancel an ongoing asynchronous operation we will see, throughout this post...

Xamarin Workstation

2 minute read

I’m often asked about which machine and software should a Xamarin developer use. In this little post I’ll show you what I use and why I use it.

Xamarin Evolve 2016

less than 1 minute read

Cette année j’ai eu la chance de pouvoir assister à la conférence Xamarin Evolve 2016 à Orlando. J’ai pu partager l’excitation liée aux annonces, échanger av...

Microsoft et Xamarin, l’union

less than 1 minute read

Comme certains d’entre vous le savent peut-être, Microsoft et Xamarin ont annoncés de concert leurs union par le rachat de Xamarin par Microsoft.

Xamarin MVP !

less than 1 minute read

Le 25 janvier j’ai eu le plaisir de recevoir le titre de Xamarin MVP ! Ce qui fait de cette nomination quelque chose d’exceptionnel c’est qu’elle est égaleme...

Xamarin monoplateforme ? Vraiment ?

less than 1 minute read

Puisque Xamarin semble fait pour le développement multiplateforme, quel peut être son intérêt pour le développement d’application monoplateforme ?

Services web locaux avec Xamarin sur Mac OS X

less than 1 minute read

Le projet sur lequel je travaille avec un collègue utilise des services avec Web API. Pour les développer, il utilise son poste Windows local et se sert de I...