Tag: xamarin

Total 15

Powershell and Azure on MacOS

As a mobile developer 90% of the time I work on a mac. Visual Studio for Mac is an awesome tool to create Xamarin mobile apps. More than not mobile apps are using services. You can use .NET Core to create APIs but deploying them isn’t so easy on a mac. Sure you can use the Azure CLI, but if you are working with mixed teams Powershell seems to be king to deploy towards Azure.

Continue Reading
xamarin, azure, powershell

Now is a good time to move to Mobile Center

Microsoft is constantly optimising our productivity. Last year they announced mobile center. It is a bundle of services to help mobile developers with CI. Microsoft has been working hard to integrate the functionalities we already used (app distribution, crash reports, analytics,…). Last week I finally switched to the new platform because now you can integrate between visual studio online and mobile center even when using custom builds.

Continue Reading
xamarin, mobile, productivity

Draw a circle with a Xamarin Forms custom renderer

Xamarin Forms is getting better with each iteration, there’s no doubt about that. We have more controls at our disposal than Win32 devs started with. If it doesn’t fit our needs you can use effects. Changing a BoxView into a circle seems to be possible, but felt a bit wrong. With Xamarin Forms we can still use native implementations with custom renderers.

Continue Reading
xamarin, mobile

OAuth without Xamarin.Auth

When you write enterprise mobile applications you’re always confronted with authentication. There are a lot of examples that show you how you can authorize the user with Facebook. I don’t know about other countries, but in Belgium enterprise companies don’t let you login on their corporate environment with your Facebook account. You can use Xamarin.Auth for authorization with other services than Facebook, but if the authorization flow is a bit different, you can’t use it anymore.

Continue Reading
xamarin, mobile, oauth2

Blur your app preview when backgrounding

When scrolling through all your open apps on your mobile phone, you get a quick look of what the window will look like when you reactivate the app. For some apps (like banking apps) you don’t want data leaked via the preview image that was taken when the app was backgrounding.

Continue Reading
xamarin, mobile

Getting started with Xamarin Forms and ReactiveUI

I’ve been programming some Xamarin Forms apps. Setting up a good solution and structure your code isn’t always easy. The Xamarin frameworks are evolving fast and the setup you did some months ago suddenly doesn’t feel that appealing anymore. The way Xamarin.Forms handled navigation changed dramatically over time, the way they handle lists, supporting fragments for Android…

Continue Reading
xamarin, mobile, reactiveui