Skip to content

Righthand Blog

About .NET/C#, Xamarin, Flutter and other fun technologies

  • Righthand Dataset Debugger Visualizer
Android / Windows

Good bye Visual Studio Emulator for Android and hello problems

Posted on: May 2, 2017March 29, 2020

I recently tested a prototype of a Xamarin Android app that should run on Android 4.1+. So I fired up Visual Studio Emulator for Android and saw that […]

Android / Mobile / Visual Studio

(Android) Emulator on Hyper-V

Posted on: November 13, 2014March 29, 2020

An apparently great news is that Microsoft has been cooking up an Android emulator. It appears that every company now feels compelled to create one. Right now we […]

.net / Android / MonoForAndroid / Windows Phone / Xamarin

Different XAML layouts for different device orientations in Xamarin.Forms

Posted on: July 24, 2014March 29, 2020

In case you’ve been wondering how to achieve different XAML layouts for different device orientation with Xamarin.Forms (just Forms from now), here is a solution. The thing is […]

Android / MonoForAndroid / Profiling / Xamarin

An alpha version of memory profiler for Xamarin Android

Posted on: June 5, 2014March 29, 2020

Memory profiling is one of the pillars of a good application. Even more important is on mobile devices since memory is usually scarce there. But sadly, there is […]

.net / Android / MonoForAndroid / Xamarin

Troubleshooting memory leaks in Xamarin.Android

Posted on: May 20, 2014March 29, 2020

I was testing an application I am building with Xamarin/Android. One of the tests was rotating the device while Google Maps fragment being shown. By default each time […]

Android / Xamarin

Json.NET, Android/Xamarin and date serialization

Posted on: April 27, 2014March 29, 2020

In case you are using JSon.NET with Android/Xamarin you might encounter an “Object null reference” exception when trying to serialize (and probably deserialize as well) a type that […]

.net / Android / Development / DevExpress / Profiling / Xamarin

A memory profiler for Xamarin.Android

Posted on: March 28, 2014March 29, 2020

Here is a first ever snapshot of my home-grown memory profiler for Xamarin.Android. While very spartan it does the core job – comparing two snapshots for objects with […]

Android / Xamarin

Invoking DatePickerDialog asynchronously with Xamarin.Android

Posted on: January 15, 2014March 29, 2020

Invoking a DatePickerDialog in Xamarin.Android is a bit tricky because it is done through callbacks and at the end one has to dispose it as well. Hence I […]

.net / Android / Xamarin

Android activity life cycle and IoC

Posted on: October 24, 2013March 29, 2020

I was recently working on an Android (Xamarin, .net) application based on MvvmCross framework. Actually not just an Android app since it could be ported quite easily to […]

.net / Android / Development / Mono For Android / VS 2012

Poor man’s performance profiling

Posted on: September 12, 2013March 29, 2020

If you have been doing development with Xamarin on Android you have probably noticed the total absence of any profiler, there is not even a decent method to […]

Posts navigation

Page 1 Page 2 Page 3 Next page
Niche Blog by Fahim Murshed