Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
Xamarin

Fresh new Xamarin.Forms application created from template yields a ton of errors

Posted on: January 24, 2018March 29, 2020

I created a new Android and iOS/NETStandard Xamarin.Forms application with Visual Studio 2017 15.5.4 and immediately got an exclamation mark on Dependencies node in Common project. Trying to […]

Xamarin

App icons missing after upgrading to iOS 11/Xamarin

Posted on: October 17, 2017March 29, 2020

I have an Xamarin iOS project and developing in Visual Studio 2017 and have app icons in an asset. Since I’ve upgraded to XCode 9/iOS11 the app icons […]

Visual Studio / Xamarin

Fixing connection problems between Visual Studio and Mac when building iOS applications

Posted on: March 16, 2016March 29, 2020

I’ve been digging a bit into problems of connection between Visual Studio (Xamarin.iOS) and a Mac and wanted to share a few tips here. It all started with […]

.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 […]

.net / Deployment / Xamarin

Using Autofac with Xamarin

Posted on: January 20, 2014March 29, 2020

Good news is that Autofac, my IoC container of choice, works with Xamarin and even within Portable Class Library.  However there is one potential pitfall and it seems […]

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 […]

Posts navigation

Page 1 Page 2 Next page
Niche Blog by Fahim Murshed