Singleton snippet (PC/Mac) #XamarinMonth
Code Snippets (or templates in the Visual Studio for Mac world) are ready-made snippets of code you can quickly insert into your code. Here is my snippet/template to implement a singleton.…
Read MoreCode Snippets (or templates in the Visual Studio for Mac world) are ready-made snippets of code you can quickly insert into your code. Here is my snippet/template to implement a singleton.…
Read MoreIn this article I'm showing you my solution for implementing a Drag and Drop interaction into your Xamarin.Forms app. I didn't want to use any native component or Custom Renderer on purpose, many of these solutions are available. I'm using PanGestureRecognizer, TranslateTo and some basic maths.…
Read MoreHi all! When designing en app and implementing styles it can be useful to control and transform your Color resources. Here are some extension functions to help you with that.…
Read MoreOn iOS there is this system StatusBar at the top of the screen that shows the battery level, time etc. This is how to control it in Xamarin.Forms…
Read MoreAs a mobile developer we are often asked to demo our work. In the Android world there are many ways of doing that. Here is an introduction to Scrcpy.…
Read MoreIf you're using the NavigationService in Prism, for Xamarin.Forms or simply Xamarin you might notice native crashes with no information or whatsoever. Here is how I handle this.…
Read MoreThe drag and drop user interaction is a popular subject in the Xamarin world. Most solutions we can find online are native implementations, here are the documentations I could find.…
Read MoreDebugging messages, logs, can become very messy very quickly in development teams. I've decided to set up a sort of logging framework in my last team. Here is what I did.…
Read MoreMy 2019 resolution is to switch to freelancing, mostly home-office. I took a 6 months break to think about what was really bothering me in my previous jobs, here are my results.…
Read MoreLong time ago I've worked on adding Haptic Feedback, aka. vibrations on a Xamarin.Native app. Here is how it works for iOS…
Read MoreGhost is a free and open source blogging platform written in JavaScript and distributed under the MIT License.…
Read MoreEvery Azure account is bound to at least one Azure Directory. My Azure Directory was named "Répertoire par défaut" for ages. I didn't know how to rename it and I wasn't sure what would be the impact of that renaming. Turns out it's not as hard as I thought and there are no particular side effects.…
Read MoreSince I was a student I always had multiple Azure Subscriptions, Each of them had a different capabilities and amount of money included. It became such a waste of time that I decided to find a solution to tell the difference between each of them.…
Read More