If I l only want to develop android in c# what I need to use?
If I only want to develop android in c# or .net. user xamarin.android or xamarin.forms or .net maui?
Download Android device issue in MAUI project
I created the first project of MAUI and choose the Android Emulator. In the window of Android Device Manager, I failed to download the default device Pixel 5 - API 30 with bellow error: Network is not reachable. Please check your connection and try…
Maui.Net Graphics
Hi I want to move from Xamarin and Skai Sharp to Maui.Net. How to start with graphics in Maui.Net I tried to create simple graphics app but I dont know how to start. This is XAML code <?xml version="1.0" encoding="utf-8"…
VS 2022 for Mac. Which template to select to create a Mac OS and IOS App
I am just learning VS 2022 for MAC and wish to create a project whose app can run on an IPAD or possibly a MAC as well. It's not obvious which template I should select: (1) Web and Console or (2) Multiplatform or some other platform. Also, I wish to…
Android Asset Delivery in Dotnet Maui
have a .NET MAUI Project with a lot of assets (images) in the Resources\Images directory that shall be deployed to the Google Play Store. This means that the size of the generated aab package is way beyond the Google Play Store limit of 150MB. (Message:…
Is there a way to draw pixel arrays dynamically on Image control in MAUI?
Hi! For every frame, I have a 4-bytes BGRA pixel array to update my Image control. However, I can't find a way to update it in MAUI frequently. Tens times per second. In WinUI3 I use an Image control with WriteableBitmap as a source. I update…
Using Styles and Theming maui app in C#
I am developing a crossplatform app for iOS and Android using maui. The UI and Styles are written in C#. public static class AppStyles { static Color White = Color.FromArgb("#FFFFFF"); static Style<Label>…
MAUI Project Issues
I have added the MAUI workload in Visual Studio 2022 v17.3.0 Preview 1.1 and I have the following set of errors after creating my project. I have done the maui-check and it always ends with the following:
Nuget Errors on restoring packages for Maui project on M1 Mac (trying to restore wrong arch libs)
I think I somehow messed up my Macbook Air M1 while removing old dotnet versions. With everything installed on release version or even the last RC I can restore and build any other template types such as web but when I do: dotnet new maui -n “MauiProj”…
The RuntimeIdentifier platform 'win10-x64' and the PlatformTarget 'x86' must be compatible Error in MAUI
When I run the MAUI UWP application I am getting below error "The RuntimeIdentifier platform 'win10-x64' and the PlatformTarget 'x86' must be compatible" I am setting configuration to x86 and I am using Visual Studio Pro…
Google Sign-in
Can I use Google Sign-in with MAUI? I found this example for Xamarin.Android: https://learn.microsoft.com/en-us/samples/xamarin/monodroid-samples/google-services-signinquickstart/
Log4net set path
Hi, I used log4net for worker service and Maui app and I want to keep the log file near the exe, how is can be done ? Thanks in advance, <?xml version="1.0" encoding="utf-8" ?> <configuration> …
How I set header and footer to FlyoutPage ?
Hi, How I set header and footer to FlyoutPage ? FlyoutPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="FlyoutExample.Views.MyRootPage" …
macOS/iOS SecKeyChain
I'm trying to access the keychain to get the installed certificates, but it always returns null, I don't see the option to enable KeyChain Info.plist, I don't see the entitlements.plist file in net maui. I installed the pfx certificate on my macOS, but…
MSIX of MAUI app does not installed on Window server 2019
Hi, I search MSIX supported-platforms like following thread, it support on following versions of Windows: Windows 10, version 1709, and later. Windows Server 2019 LTSC and later. Windows Enterprise 2019 LTSC and later. …
MAUI -LOG4 Net is cross platform ?
Hi. Is LOG4 Net is cross platform ?
MAUI- Package version numbering
Hi, How I set the package version numbering for MAUI ? Thanks,
MAUI - GA DATE
Hi, Can you please estimate when GA will be ? Is there another RC after RC3 or GA in front of us? Thanks,
For xmlns:behaviors="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" which NuGet packet I need to use ?
Hi, For xmlns:behaviors="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" which NuGet packet I need to use ? Thanks,
Connect MAUI to Oracle Autonomous Database
Hi, Did anyone try to connect MAUI app to the oracle autonomous database? Can anyone guide please Thanks, Jassim