Building with FAKE on Azure DevOps
I have taken quite a liking into Fabulous - a wrapper around Xamarin.Forms allowing you to write functional UIs with F#. When first looking at the project ...
I have taken quite a liking into Fabulous - a wrapper around Xamarin.Forms allowing you to write functional UIs with F#. When first looking at the project ...
Azure DevOps, formerly known as Visual Studio Team Services or VSTS for short, allows you to create automated release pipelines for all different kind of p...
I recently upgraded my developer machine from a Surface Pro 3 to a Surface Book 2. I have been using it now for a good month and wanted to write down my ex...
When it comes to file handling and Xamarin Forms you can find all you need in the official Documentation. However, when it comes to where the data should b...
Did you know that with Visual Studio 2017 there was an update in the target project files of your Xamarin Projects? They no longer contain a packages.confi...
Some apps require quite a bit of content which is fairly static but changes over time and then the app should adjust and provide the user with the new cont...
When ever you want to display a list or collection of information under iOS tables are often the choice you will end up using. But what if you have content t...