Xamarin.Android remove previous Activity from navigation stack
In this weeks blog post we will look at how we can remove an Activity from the Navigation Stack. This can be very useful if your are implementing an extend...
In this weeks blog post we will look at how we can remove an Activity from the Navigation Stack. This can be very useful if your are implementing an extend...
This week we’ll have a look at how we can use the MVVM pattern on Xamarin.Android using the MVVM Light framework from Laurent Bugnion. Creating the View ...
In this blog post we will look at how we can merge multiple commits into a single one with the goal of reducing the chatter in a git log. This technique is...
In this post I want to look at how to get started with Unit Testing while developing F#. I’m usually writing my code in C# and prefer to write my code in a...
In this post I want to look at how to create a Web API project with F# and host it on Azure. This will part of a blog series on how to create a mobile applic...
During my day job I’m mainly involved in mobile applications which often (like in always…) have to communicate with a backend that provides data and other ...
In this weeks blog post lets look at how we can enable bindings with MVVM Light under iOS using a Storyboard with Xamarin. So lets create a simple applicatio...