I needed a simple control that could show a hyperlink inline with other text and I’d like the link to be defined in markdown. In short, something like this: HyperlinkLabel In Xamarin.Forms, I created a HyperlinkLabel class which isn’t anything more… Continue Reading →
Last week I gave a talk about Realm at the Xamarin Expert Day in Cologne, Germany. Some people asked me if I could put the code of the demos, that I used in this talk, on a public GitHub Repo. Sharing is caring, of… Continue Reading →
Realm offers a nice technique to share Realms with other users using the PermissionOffer and the PermissionOfferResponse objects. The idea is that you can provide a token that an other user can use to connect to your data store. In this blogpost we will use this… Continue Reading →
Sometimes you stumble upon these gems that you didn’t know they existed. Like I did today… The ‘problem’ with the Picker You might have noticed that when you are binding to the SelectedItem of a Picker in Xamarin Forms, that on iOS… Continue Reading →
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 →
Intro The company I work for, Ordina Belgium, got many requests for ‘consultants with Xamarin experience’ from our customers lately. As leader of the Mobile Competence Center at Ordina, I’m bundling the interview questions our consultants get dished up when… Continue Reading →
© 2024 Pie Eating Ninjas' Blog — Powered by WordPress
Theme by Anders Noren — Up ↑