Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
.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 […]

.net / Android / Development / MonoForAndroid

Just developing for Windows 8 Store gives your privacy a funeral

Posted on: November 2, 2012March 29, 2020

I was poking around with excellent MonoGame framework by creating a simple game, or better, starting to create a simple game. So far I’ve spent a day to […]

.net / Android / MonoForAndroid

Writing to SD card and notifying outside world of changes

Posted on: June 6, 2012March 29, 2020

When writing a logging part of an application (Mono For Android/Visual Studio) I got some, seemingly, weird Android behaviour. Since my application transmits large strings over the net […]

Niche Blog by Fahim Murshed