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 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 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 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 More