Latest Posts

Handling API''s with Xamarin with JWT

·3 min read·ptDave

If you are writing an application that has it’s authentication with JWT, you might be wondering what is a good method to do this? I’ve used the HttpClient along with …

Xamarin Forms Best Practices

·4 min read·ptDave

So I’ve written a few Xamarin projects now, and there have been a few things I’ve found that help keep your code clean. Disclaimer, this is based on my own opinion and you can take it at …