Xamarin Forms has become for me, a great tool for easily creative mobile applications with speed. But where it has many great features, it also unfortunately still has a lot of bugs and incomplete or experimental features. CarouselView is one of them, so lets look at possible uses for the CarouselView, its upsides and its downfalls. We'll also look into possible alternatives and whether you should use them or not. - read more.
29 Jul 2019
Just a quick tutorial on how to get Firebase Cloud Messaging working on Xamarin Forms for both Android and iOS.
Android:
text
See http://lukealderton.com/blog/posts/2017/january/systemtypeloadexceptio... - read more.
1 May 2019
One of those types of annoying errors that'll have you do a lot of work for something that's actually a 2 second job and no real effort. - read more.
20 Dec 2017
- 1 Comments
Xamarin Forms has an intermittent bug where an app will build and successfully deploy, but when checking the app of the device/emulator, the app hasn't updated at all and remains running an old version of the app. The solution to this lies within the bin folder of your project. - read more.
25 Jul 2017
- 1 Comments
Fixing an issue where multiple instances of a Xamarin Forms app can launch, sometimes on top of each other. The issue is usually caused when the application is already running and the app gets launched again from the home screen rather than the recent applications menu. - read more.
22 Jul 2017
- 6 Comments
We've all been there, set with the task to ask the user if they're sure they really want to go go back and loose the work/information on the current screen. The trouble is that if you were to Google search for just that, you'd find almost every answer says you need some sort of custom handler for each device. We can't accept that can we? Will we? No. - read more.
8 Mar 2017
- 8 Comments
Another annoying but simple to fix issue with installing Firebase Cloud Messaging on a Xamarin Forms project and getting it running. - read more.
22 Feb 2017
Why does the System.TypeLoadException: Could not resolve type with token 0100017e error happen and how to fix it. - read more.
24 Jan 2017
See how to replace the Xamarin Header/Navigation bar in Android iOS and Windows Phone with a custom view/template that lets to define it once for it to work on every page. A very simple and awesome solution. - read more.
10 Jan 2017
- 14 Comments
In this post, I discuss what's required to keep a view persistent across multiple pages in Xamarin forms. This is useful for when you want to display messages or custom overlays for the user of your app. - read more.
13 Dec 2016