xamarin Facebook Auth with Xamarin Forms and WebAPI CustomGrant - part Based on the two previous posts, we have a complete setup by now, with a mobile client and an secured API. Now we'll see how we can consume the API with the access tokens we generated in the previous post and finally display the
xamarin Facebook Auth with Xamarin Forms and WebAPI CustomGrant - part 2 In the previous post the mobile client was created. In this post we'll created the WebAPI backend part. We'll enable the API to verify a Facebook access token and exhanged it with an access token to our backend, fully supported and integrated with the
xamarin Compile XAML with Xamarin One of the new features in Xamarin 4 and Xamarin Forms 2.0 is the ability to compile Xaml views. This feature should reduce view load time, the compiled app size, the catch might be an increase in compilation time, so let's see how
xamarin Namespaces in Xamarin Studio If you like me have a background using Visual Studio, one of the first things you'll notice after a little coding in Xamarin Studio is the default namespace handling. In Visual Studio namespaces per default follows the folder structure hierarchical. In Xamarin Studio is's