François Raminosona's Blog
François Raminosona's Blog
Resume / CV
Tagged

Xamarin.Android

Xamarin.Android related posts

Drag and drop in Xamarin.Forms (Fixed for Android)
Mobile

Drag and drop in Xamarin.Forms (Fixed for Android)

In 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.

  • François Raminosona
François Raminosona Oct 10, 2019 • 6 min read
ScrCpy : Free open-source solution to cast your Android screen on Mac
Mobile

ScrCpy : Free open-source solution to cast your Android screen on Mac

As 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.

  • François Raminosona
François Raminosona Oct 2, 2019 • 1 min read
Handle navigation exceptions in Prism for Xamarin
Mobile

Handle navigation exceptions in Prism for Xamarin

If 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.

  • François Raminosona
François Raminosona Oct 2, 2019 • 2 min read
Drag and drop solutions for Xamarin
Mobile

Drag and drop solutions for Xamarin

The 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.

  • François Raminosona
François Raminosona Jun 18, 2019 • 2 min read
François Raminosona's Blog © 2023