top of page
Search


Logrocket for Xamarin.Android
Hi everyone! A while ago, one of my clients sent me an email with the request. He wanted to implement a real time analytics into the app....
Blotski Dzmitry
Oct 18, 20232 min read


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


Xamarin Security Plugin
Idea: I work for a fairly young and inspired company, and we always happy to be useful for ours customers and companions. But sometimes you can have situations, when you need somehow to regulate using of results of your time and efforts. So, issue of protecting our applications was open, until recently. The idea was to have simple control mechanism for Xamarin.Forms maded applications without any uncomfortable for customers or our co-workers outcomes. Approach: When we thou

Nikolai Miroshnichenko
Dec 2, 20213 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