Localizing your app isn’t the most fun thing to do. In the last couple of years I’ve seen and tried various ways of implementing multi language support. In this blogpost I would like to share how I recently set up localization… Continue Reading →
Xamarin Forms supports binding to indexed properties. But do you know how to trigger a PropertyChanged event on such a property so that the binding engine gets the updated value? Binding to indexed properties Binding to an indexed property in… Continue Reading →
Lately I’ve been playing around with Realm. Realm is a very cool platform that allows us to easily build mobile apps that use things like local data storage, two-way data synchronisation, real time collaboration, … Things that typically require some coding… Continue Reading →
When I was building a Xamarin PoC at the client, I was disappointed to notice that there wasn’t any way of simulating the user’s location on the Remoted iOS Simulator for Windows. Not to mention simulating a walk or bike… Continue Reading →
Preface (you can skip this if you are not interested in the underlying idea, no hard feelings!) A while ago my brother -who sells windows (no, not the OS) and doors- asked me if I could build a small app for… Continue Reading →
The problem When we use Runs in a TextBlock in XAML, we can get these annoying whitespaces between the Runs in our application. For example, this XAML… <TextBlock> <Run Text=”123″ /> <Run Text=”456″ /> <Run Text=”789″ /> </TextBlock> … produces… Continue Reading →
Intro On one of our UWP projects we ran into an issue where OneWay binding using x:Bind (compiled bindings) didn’t work. Only the initial value was shown. In the end, when I found and fixed the problem, I realized that it was… Continue Reading →
‘Google Images Style’ GridView For one of the upcoming updates of the app I’m currently working on, the designers used a grid that looks a lot like the GridView that Google uses on it’s Images search result page. It’s basically… Continue Reading →
Catch ’em all Last week a colleague asked: what’s the best way to catch different types of exceptions that need to be handled in the same way? He saw a couple of options himself, for example: try { DoSomethingThatCanGoWrong(myVar); }… Continue Reading →
Visual Studio 2015 randomly crashing -> FIX! A colleague of mine was having issues with Visual Studio 2015. Every now and then his instance of Visual Studio would just crash. He thought it would crash more often when pressing CTRL+X… Continue Reading →
© 2026 Pie Eating Ninjas' Blog — Powered by WordPress
Theme by Anders Noren — Up ↑