12+ Jahre App-Entwicklung
Alles aus einer Hand
50+ Erfolgreiche App-Projekte

Blog

Einblicke in unser Tun

Wir sind stolz darauf, mit kleinen und großen Unternehmen zusammenzuarbeiten. Gemeinsam mit unseren Kunden setzen wir Ideen verschiedenster Art um, um die Welt von morgen besser zu machen. In unserem Blog möchten wir über interessante Erfahrungen und Erkenntnisse aus diesen Projekten berichten.

Kopfgrafik zu Using voice commands in .NET MAUI
Using voice commands in .NET MAUI
von Igor Gridin   |   08.02.2024

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.

Kopfgrafik zu Bidirectional communication with MQTT in .NET MAUI
Bidirectional communication with MQTT in .NET MAUI
von Martin Luong   |   30.09.2023

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.

Kopfgrafik zu Responsive Layouts in .NET MAUI
Responsive Layouts in .NET MAUI
von Flavio Goncalves   |   27.07.2023   |   04.01.2025 aktualisiert

.NET MAUI ermöglicht es uns, plattform- und geräteunabhängige Anwendungen zu schreiben, was eine dynamische Anpassung an die Bildschirmgröße und -form des Benutzers erforderlich macht. In diesem Blog-Beitrag erfahren Sie, wie Sie Ihre XAML-Layouts an unterschiedliche Geräteausrichtungen anpassen können. Dabei verwenden Sie eine ähnliche Syntax wie OnIdiom und OnPlatform, die Ihnen vielleicht schon bekannt ist.

Kopfgrafik zu 3 alternatives to Xamarin.UITest
3 alternatives to Xamarin.UITest
von Flavio Goncalves   |   22.02.2023

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.

Kopfgrafik zu 7 Schritte zur Migration von Xamarin.Forms zu .NET MAUI
7 Schritte zur Migration von Xamarin.Forms zu .NET MAUI
von Martin Luong   |   12.01.2023   |   15.08.2023 aktualisiert

Mit dem nahenden Ende des Supports für Xamarin im Mai 2024 sind Entwickler damit beschäftigt, bestehende Xamarin.Forms-Projekte auf .NET MAUI als Nachfolger zu migrieren. Das tun wir natürlich auch. In diesem Artikel zeige ich 7 Schritte, die wir während des Übergangs immer machen mussten, um Ihnen den Umstieg auf .NET MAUI zu erleichtern.

Kopfgrafik zu Combining Lottie Animations with Gestures and Scrolling
Combining Lottie Animations with Gestures and Scrolling
von Flavio Goncalves   |   13.07.2022

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!

Kopfgrafik zu Erstellen eines .NET MAUI Karten-Steuerelements
Erstellen eines .NET MAUI Karten-Steuerelements
von Sebastian Seidel   |   12.05.2022   |   05.01.2025 aktualisiert

Ich arbeite derzeit an der Portierung einer Xamarin Forms App zu .NET MAUI. Die App verwendet auch Karten von Apple oder Google Maps, um Standorte anzuzeigen. Obwohl es bis zur Veröffentlichung von .NET 7 keine offizielle Unterstützung in MAUI gab, möchte ich Ihnen eine Möglichkeit zeigen, Karten über einen benutzerdefinierten Handler anzuzeigen.