xamarin So Long, and Thanks for All the Fish; Xamarin End of Support I am writing this at 2 AM so there will certainly be some emotions involved, but this blog post needs to be written. Yesterday it was the 1st of May, 2024, and the Xamarin reached the end of its life (support), with a short message: Xamarin support ended on May
dotnet Featured InfoQ: dotnet news articles for August - 2023, by me. Hi there π As you know or maybe don't know. I write for InfoQ [https://www.infoq.com/profile/Almir-Vuk/], and approximately I wrote 3-4 news coverage articles per month. I am part of the .NET Content editors team [https://www.infoq.com/dotnet/] and each month, we write and cover
dotnet-maui .NET MAUI: Let's Play with CollectionView Layouts In this blog post we will play and see what layout features CollectionView is providing to .NET MAUI developers. CollectionView is a layout/control which we can be useed in order to show some collection of data. #MAUIUIJuly is back! This post is my entry for .NET MAUI UI July
xamarin Let's talk about .NET MAUI (Multi-platform App UI) Hi everybody, in today's article we will talk about .NET MAUI. βNewβ and shiny platform from #dotnet for building cross-platform applications. Before we start just to provide you some context, I am Almir Vuk, Microsoft MVP and Software Engineer who is working primarily on the .NET platform and using professionally
xamarin Xamarin.iOS - How to save Device Token as NSData type Hi everybody in this short tutorial based post I will share with you one of the tips I have regarding the usage and saving approach of iOS device-token inside of Xamarin.iOS app. I had a scenario where I wanted to keep the device token in the NSData format without
xamarin-forms [StackOverflow] Xamarin.Forms and Prism - How to pass data and navigate to another view? I decided to be more active on StackOverflow and to post my answers from there, here on the blog. I will post the answers which I think are worthy to share here on the blog. Hope you will enjoy this kind of content.
xamarin How to Fix: Visual Studio for Mac: No SDK found at specified location? How to fix: Visual Studio for Mac: No SDK found at specified location?
xamarin How to Add Custom App Actions In Xamarin.Forms app How to add custom app-actions to your Xamarin.Forms app using Xamarin.Essentials. This blog post will show you how!
xamarin Xamarin.Forms and the most easiest way to use custom fonts With the new version of Xamarin.Forms, version 4.5.53o and up. Adding and using the custom font in your Xamarin.Forms project is easier than ever before! If you are interested in seeing a new way of doing that, this blog post will show you how to do
xamarin Prism for Xamarin.Forms: IConfirmNavigation Prism for Xamarin.Forms. In this blog post we will see how you can easily control the navigation state from your view-model and decide if navigation is possible. This is very short but practical blog post with demo example.
xamarin How to remove extra padding at the top of Label control in Xamarin.Forms This blog post will show you how to remove extra padding at the top of Label control in Xamarin.Forms on Android using custom renderer
xamarin Difference between Xamarin.Forms and Xamarin Traditional - StackOverflow Answer Difference between Xamarin.Forms and Xamarin Traditional - My StackOverflow Answer to the question.