Home
Daniel Monettelli's Blog
Cancel
.NET MAUI UI/UX Challenge - Planetanaka - Part 1

.NET MAUI UI/UX Challenge - Planetanaka - Part 1

In this post, I'll focus on basic and intermediate animations that can be incorporated into .NET MAUI projects. INFO: The authenticity of my publications is my most sincere commitment. I alway...

Building a ChatGPT in .NET MAUI Part 2

Building a ChatGPT in .NET MAUI Part 2

In this second part of my post, the focus is on the application's user interface and its interaction with the ViewModel. INFO: It is important to me that you have full confidence in the authent...

Building a ChatGPT in .NET MAUI Part 1

Building a ChatGPT in .NET MAUI Part 1

In this first part of my post, I will focus on how to use the OpenAI APIs through HTTP POST requests, both to get text responses (completions) and to generate images with OpenAI technology. INF...

Migrating Mitawi to .NET MAUI

Migrating Mitawi to .NET MAUI

In this post I share my experience of migrating my Mitawi app to .NET MAUI and discover promising opportunities to improve the efficiency of my mobile projects. Mitawi is an open source weather fo...

Xamarin.Forms UI/UX Challenges - Mitawi Weather

Xamarin.Forms UI/UX Challenges - Mitawi Weather

Can Xamarin.Forms and .NET MAUI build flexible apps for all physical devices? Of course it's a big YES, but it all depends on the method being applied and the design being worked on. What a mess I...

Xamarin.Forms UI/UX Challenges - Micuna Food - Part3

Xamarin.Forms UI/UX Challenges - Micuna Food - Part3

In this third part of the Challenge I will go beyond design, I will add functionality to the share icon making use of two of the most popular Xamarin.Forms libraries, which are Xamarin Community To...

Xamarin.Forms UI/UX Challenges - Micuna Food - Part2

Xamarin.Forms UI/UX Challenges - Micuna Food - Part2

In this second part of the Challenge, the protagonist is the nuget package "Xamarin Community Toolkit", an all-in-one that provides abstractions that we commonly use. This publication is part of t...

Xamarin.Forms UI/UX Challenges - Micuna Food - Part1

Xamarin.Forms UI/UX Challenges - Micuna Food - Part1

This first part of the challenge the protagonist is Visual State Manager, the easy use of changing one state to another through XAML and C# code-behind and combining with styles, makes it a powerfu...