Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
.net / Android / CodeRush / DevExpress

FindViewById<> CodeRush template

Posted on: June 9, 2012March 29, 2020

Here is an useful CodeRush editor template if you work with Mono For Android. FindViewById<«FieldStart»«Caret»«FieldEnd»>(Resource.Id.«FieldStart»«FieldEnd»);«Target()» I use string fv as trigger. That makes binding variables/fields to Views a […]

.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