LUCE CARTER

Would you believe we are at 300 issues already?!
I joined way back at issue 152 which was the 20th April 2018. We have certainly come a long way since then!
We have surpassed some big subscriber milestones, seen lots of amazing content created from new and seasoned content creators, watched as the type of content created has evolved. Certainly recently we have seen an increase in podcasts and videos.
Although between us over the years, Geoff, Kym and myself have been the curators, really the newsletter is powered by all of you. From the people who read the website, read emails, create content to those people who retweet and tell people about it.
So I wanted to take this moment to say a big thank you!!!
Hopefully this will continue for years to come as we evolve into .NET 6 and all the MAUI changes come.
We haven't forgotten and Kym and I will be making plans to evolve alongside these changes so watch this space ;)
🧡
TOOLS
Getting to Know the Simulator Better
Learn about the features the Simulator offers to make your Apple App development better.
How to send Firebase Push notification(FCM) in postman
Many developers are facing the problem of how to test the custom push notification without using the API. If you are one of them then this blog will help you.
Xamarin.Forms - How to sent Firebase Push notification(FCM) in postman by Delpin Susai Raj
IOS
Adventures in ARKit - platform setup
Lee Englestone has recently written a book about developing augmented reality apps using ARKit on Xamarin.iOS. His book appears to be the best source of information for learning ARKit on Xamarin.iOS, and he was a companion website that’s pretty damn good. In this blog post, David Britch starts his adventures in ARKit.
XAMARIN FORMS
Xamarin Let’s Build - Biometric Support
Biometrics is a commonly seen security feature on your phone. Whether it’s fingerprint or facial recognition, you’ll see it when you log in to your bank or using Google / Apple Pay. We’ll find out how to add biometric authentication to your Xamarin.Forms application.
Replicating Food Delivery UI in Xamarin Forms
We love UI challenges, and this week Leomaris has done a great design for a Food delivery app.
Replicating Food Delivery UI in Xamarin Forms by Leomaris Reyes
Process navigation data using IQueryAttributable in Xamarin.Forms Shell apps
If you write Shell apps, you’ll know that the mechanism for passing data between pages is to pass it as query parameters using URI-based navigation. Then, in your receiving class (be it a page, or a view model), you decorate the class with a QueryPropertyAttribute for each query parameter. This works quite well, but it can be a pain having to add a QueryPropertyAttribute for each item of data that gets passed. In addition, because each QueryPropertyAttribute sets a property, you can end up with multiple pieces of plumbing code just to receive data.
So what’s the solution? Enter the oddly named IQueryAttributable interface.
Process navigation data using IQueryAttributable in Xamarin.Forms Shell apps by David Britch
Bind MVVM Async Commands to Snackbar and Loading dialog
Sharpnado keeps improving their frameworks. So with the TaskLoaderCommand you knew you could bind any action to a UI component and have a great UI feedback. But thanks to the CompositeTaskLoaderNotifier you can now bind SEVERAL async Command states to ONE UI Component.
Bind MVVM Async Commands to Snackbar and Loading dialog by Jean-Marie Alfonsi
5 Advantages of .NET MAUI Over Xamarin
You may have this million-dollar question in you mind: why use .NET MAUI when we have Xamarin?
.NET MAUI is the evolution of Xamarin.Forms. It is extended from mobile to desktop scenarios with UI controls rebuilt from the ground up for performance and extensibility.
In this blog post, we will discuss the top five advantages of .NET MAUI over Xamarin.Forms:
5 Advantages of .NET MAUI Over Xamarin | Syncfusion Blogs by Syncfusion
PODCASTS & VIDEOS
Learn Xamarin Today or Wait for .NET MAUI?
This is a question that comes up a lot. With the changes to Xamarin with .NET 6 and Forms evolving into MAUI, many businesses and users want to know whether to wait. So guess what? James has the answers!!
Learn Xamarin Today or Wait for .NET MAUI? by James Montemagno
The Xamarin Podcast Episode 88: .NET MAUI Special Update
Matt and James are joined by David Ortinau for a special update on .NET MAUI. Plus a whole lot of other updates on new releases of Visual Studio for Mac and Windows, the latest news on the Xamarin Community Toolkit, and an amazing ASP.NET Core Web API series ... yes, we talk web in a Xamarin pod!
The Xamarin Podcast Episode 88: .NET MAUI Special Update by Xamarin Podcast
Merge Conflict: 244: Introduction to Microservices
We are ready to enter the world of Docker and Microservices.... but first what is a microservice? what is a container? an image? why is all of this important? We discuss.
Merge Conflict: 244: Introduction to Microservices by Merge Conflict
Using Xamarin.Forms SwipeView + CollectionView Bonus!
Since touchscreens the swipe gesture is suddenly a thing! Luckily Xamarin.Forms now has the SwipeView. With SwipeView you can swipe basically any visual element on screen. There is lots of events and properties to customize the whole experience to your needs.
In this video we will see how to use SwipeView and how to apply it to a CollectionView.
Using Xamarin.Forms SwipeView + CollectionView Bonus! by Gerald Versluis