10+ years of app development
Everything from a single source
50+ successful app projects

Blog

We are proud to work with companies large and small. Together with our customers, we implement ideas of all kinds to make tomorrow's world a better place. In our blog, we would like to report on interesting experiences and insights from these projects.

Header image for Using voice commands in .NET MAUI
Using voice commands in .NET MAUI
From Igor Gridin   |   2024-02-08

This post is a continuation of the Hackathon topic post, where the technical implementation of voice commands in .NET MAUI is revealed, as well as the challenges the development team faced and how they successfully solved them.

Header image for Bidirectional communication with MQTT in .NET MAUI
Bidirectional communication with MQTT in .NET MAUI
From Martin Luong   |   2023-09-30

As mobile app developer, we constantly have the need to exchange information between the app and the backend. In most cases, a RESTful-API is the solution. But what if a constant flow of data exchange in both directions is required? In this post we will take a look at MQTT and how to create your own simple chat app in .NET MAUI.

Header image for Responsive Layouts in .NET MAUI: Master device orientation
Responsive Layouts in .NET MAUI: Master device orientation
From Flavio Goncalves   |   2023-07-27

.NET MAUI enable us to write platform and device-factor independent apps, which makes it neccessary to adapt dynamically to the users screen size and form. In this blog post you learn how to make your XAML layouts adapt to different device orientations, using a similar syntax to OnIdiom and OnPlatform that you might already be familiar with.

Header image for Top 3 alternatives to Xamarin.UITest for .NET MAUI
Top 3 alternatives to Xamarin.UITest for .NET MAUI
From Flavio Goncalves   |   2023-02-22

UI testing is an essential part of mobile app development to ensure that the app delivers the best possible user experience and meets the needs and expectations of its users. But how do we do that in .NET MAUI when Xamarin.UITest is not fully compatible anymore? Let's look at 3 alternatives to Xamarin.UITest.

Header image for 7 steps to migrate from Xamarin.Forms to .NET MAUI
7 steps to migrate from Xamarin.Forms to .NET MAUI
von Martin Luong   |   2023-01-12   |   2023-08-15 updated

With the end of support for Xamarin approaching in May 2024, developers are busy migrating existing Xamarin.Forms projects to .NET MAUI as its successor. So are we, of course. In this article, I'll show 7 steps we've always had to take during the transition to make your upgrade .NET MAUI easier.

Header image for Combining Lottie Animations with Gestures and Scrolling
Combining Lottie Animations with Gestures and Scrolling
From Flavio Goncalves   |   2022-07-13

Matt Goldman revived XamarinUIJuly and renamed it to MAUIUIJuly, where each day in July someone from the .NET MAUI community publishes a blog post or video showing some incredible UI magic in MAUI. In this contribution I will show you how to combine Lottie animations with gestures and scrollable containers to spice up your .NET MAUI App UI!

Header image for Creating a .NET MAUI Maps Control
Creating a .NET MAUI Maps Control
von Sebastian Seidel   |   2022-05-12   |   2022-12-15 updated

I am currently working on porting a Xamarin Forms app to DOTNET MAUI. The app also uses maps from Apple or Google Maps to display locations. Even though there was no official support in MAUI until the release of .NET 7, I want to show you a way to display maps via custom handler.