top of page
Search


Migration on .Net MAUI
.NET MAUI is a cross-platform framework that came to replace Xamarin.Forms. Today more and more Xamarin developers thinking about migration of their Xamarin projects to MAUI. This guide will help you to make this migration easier. Before migration First of all you need to check supported project types and minimum requirements. For today it's Xamarin forms apps that uses Xamarin.Forms 5.0 or higher and supported project types are iOS and Android (iOS App extension and other ex
Alexey Prakapiuk
Aug 25, 20234 min read


My experience with creating 3D with Xamarin.Forms (by UrhoSharp.Forms)
I want to share with you my experience with simple 3D graphics at Xamarin.Forms

Pavel Chuvak
Jan 26, 20233 min read


Xamarin Splash Screen
A splash screen, also known as a launch screen, is the first screen that a user sees when opening your app, and it stays visible while the app is loading. I propose to make the loading process more interesting, dynamic and animated. Of course, if you are developing a large application, then sooner or later the question arises about creating a loading screen. So let's look at how to work with the splash screen in the Xamarin application for Android and iOS. First, you need to
Vlad Zakharo
Apr 13, 20223 min read


Mortal Kombat App using Xamarin.Forms (MAUI) Part 2
I posted a post about the parallax effect a few weeks ago ( Part 1 ). So I decided to write a new one with more details and a link to the...

Nikolai Miroshnichenko
Aug 26, 20213 min read


Mortal Kombat App using Xamarin.Forms (MAUI)
Xamarin is a powerful cross-platform framework with wide abilities. And I will prove it to you! You can create a beautiful parallax...

Pavel Chuvak
May 20, 20213 min read


Progressbar for Xamarin.Forms (MAUI)
Com.Igniscor.Progressbar — is a cross-platform plugin for Xamarin.Forms (MAUI) that allow you to add progress bars

Pavel Chuvak
Apr 14, 20212 min read


HOW TO START XAMARIN JUNIOR DEVELOPER HIS WAY
At the very beginning of a professional career, a lot of people are wondering how to start their way in order to find a job and stay marketa

Pavel Chuvak
Dec 1, 20202 min read


Intercom 6.1.0.1 for Xamarin.Forms
Today I would like to present to you 3 new updates. Intercom for Xamarin.Forms Update for Native libs for Intercome Examples Intercom for Xamarin.Forms After we finished with the development of native libraries, we started creating a cross-platform solution. Now, for convenience and ease of use on Xamarin. Forms we have available the following list of methods: void EnableLogging(); void HandleIntercomPushNotification(Dictionary<string, string> userInfo); void HideMessenger()

Pavel Chuvak
Aug 18, 20202 min read


Intercom 6.1.0 for Xamarin
Hi everyone! A while ago, one of my clients sent me an email with the request. He wanted to implement a real online chat into the app. He suggested using Intercom, as that solution has been already used on their website. However, we faced the problem: Intercom doesn’t have a package for both Xamarin Native and Xamarin Forms. I decided to investigate the solutions, which the Xamarin community provides. I found a couple of options, but none of them were for Xamarin Forms. Mor

Pavel Chuvak
Aug 18, 20202 min read


Three features that I liked at Xamarin.Forms 4.7
Three features that I liked at Xamarin.Forms 4.7

Pavel Chuvak
Aug 5, 20202 min read
bottom of page