Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
2k views

I'm new to mobile development and I wanted to have a go with MAUI to start learning a bit. I followed all the instructions and I ran maui-check which says everything's fine, apart not finding any ...
Andrea Tassera's user avatar
1 vote
1 answer
946 views

Android Device Manager prevents me from creating an Android Device because of an incompatible JDK. However, maui-check shows me that i've got OpenJDK 11.0 installed. Image of error message and maui-...
HoloShaii's user avatar
  • 120
2 votes
4 answers
2k views

Now with .NET 6, we can create native android apps without Xamarin. I would like to know if there's a way to monetize these MAUI apps with Google Admob.
user avatar
19 votes
1 answer
13k views

I have recently read up on .NET MAUI but I am confused about its purpose with Blazor. Can you develop a webpage using .NET MAUI and blazor and target the web, ios, android and windows? For example ...
User101's user avatar
  • 860
3 votes
2 answers
4k views

I tried MAUI and MVVM with an ObservableCollection. Created new MAUI project Added ViewModel with BindingContext Bound StackLayout to an ObservableCollection Added Item to the Collection on Button ...
Klamsi's user avatar
  • 906
0 votes
1 answer
518 views

I wanted to play a little with .Net Maui. So, I just used the maui-check tool to install the latest version of .Net Maui on my Mac (OSX 11.4). Then I created a blank macos project using the dotnet ...
LosWochos's user avatar
  • 342
11 votes
3 answers
6k views

I have installed Windows 10 20H2 version in my system. And Visual Studio Professional 2019 preview. I followed this link for MAUI setup. I have installed .Net MAUI preview 5. And ensured maui-check. ...
Muneesh Kumar's user avatar
1 vote
1 answer
645 views

Running the sample app or a new app from the template renders only a blank indigo screen. App loads and runs, yet none of the web content renders and no error is given.
GMariakis's user avatar
  • 544
6 votes
1 answer
3k views

When I try to build a MUAI project, it gives the error “The project doesn't know how to run the profile sample.WinUI". The project gets built but it doesn't run. I am using Visual Studio 2022 ...
Pranav K 2's user avatar
65 votes
28 answers
51k views

I've attempted to play with .Net MAUI and I've setup my development environment following the steps as described in: https://learn.microsoft.com/en-us/dotnet/maui/get-started/first-app?pivots=windows ...
mnemonic's user avatar
  • 1,042
2 votes
1 answer
2k views

Whenever I try to start the HelloMaui project from VS Code using NET 6.0.100 Preview4 with mono debug extension installed and run it it throws an error Xamarin.Android.Common.Debugging.targets(604,5): ...
TTXX1's user avatar
  • 31
0 votes
2 answers
3k views

I've been using redth's maui-check tool. It works great on windows. It runs fine on my intel mac. On my m1 mac mini, it installs. However, it does not run. zsh reports that the command is not ...
Wallace B. McClure's user avatar
3 votes
3 answers
3k views

ADB0020: Mono.AndroidTools.IncompatibleCpuAbiExceptiopn: The package does not support the CPU architecture of this device. My device detail Device : Lg Q6 Api : - 27 Kernel Version : 3.18.71
Divyesh patel's user avatar
-1 votes
1 answer
333 views

as the title already mention my question is about the following: I 'm looking for a possibility to create a multiplatform desktop project on Visual Studio for Mac. After creating that, I'd like to ...
dennis605's user avatar
  • 210
1 vote
1 answer
558 views

I'm trying to test the new dotnet 6 feature with hosting blazor in desktop applications, according to this article. So im trying to use the command dotnet new blazorhybrid -o BlazorHybrid which does ...
olabacker's user avatar
  • 1,520
7 votes
5 answers
7k views

I tried to create Maui project in windows using visual studio developer command prompt using Command : dotnet new maui But Its not creating Maui project,Getting Error message No templates found ...
Pradeep Kumar's user avatar
1 vote
1 answer
577 views

Reusable layout can be have in a ContentView in a seperate file and use like this: <StackLayout> <local:MyContentView/> </StackLayout> However, is it possible if I want to ...
Visual Sharp's user avatar
  • 4,086
2 votes
3 answers
5k views

I'm looking into the possibility of implementing an MVU pattern in a Xamarin app using C#. This mostly seems to hinge on the immutability of the model being provided to the view and the Update ...
MobDev's user avatar
  • 163
9 votes
1 answer
2k views

My API doesn't use any database or any authentication. API supports just basic functions. Is there any way to host a .Net Core API on Android?
emert117's user avatar
  • 1,538
-1 votes
2 answers
787 views

In my shared project my .cs file is no longer dependent on my .Xaml file. In Solution Explorer they appear next to each other instead of file.cs appearing only when I click the parent file .Xaml. I ...
Stan Bomin's user avatar
17 votes
4 answers
21k views

I am using a XAMARIN picker to select a country. The countries are hard coded in the picker. Is there a way I could identify each country name through a key value. I have done this in a similar way ...
anslem arnolda's user avatar

1
180 181 182 183
184