top of page
Search


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


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


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
bottom of page