Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
15 views

How to send/receive text messages in Blazor App

For fun, I wanted to make my own default texting app and make it compatible for both IOS and Android. As far as I can figure, Blazor doesn't support it. I was wondering if there was a good API for ...
CollidaCube's user avatar
0 votes
0 answers
12 views

How to show debug logs while running blazor hybrid app on local android device?

I am using VS2022 Community Edition on Windows 10. I have followed this tutorial https://learn.microsoft.com/en-us/dotnet/maui/android/device/setup?view=net-maui-8.0 and have gotten my blazor hybrid ...
AgentX4000's user avatar
0 votes
0 answers
28 views

.Net Maui ArgumentException: 'An item with the same key has already been added. Key: Microsoft.Maui.Controls.BindableProperty' - What does that mean?

I'm really at a loss here. I'm working on a .Net Maui Application for Android and iOS for work. When I open a specific page I sometimes (like, maybe 1 out of 6-10 times) get an Error with this message:...
Freddy V's user avatar
0 votes
1 answer
15 views

ReactiveUI Router.NavigateAndReset don't work on Android

Below I'll describe the case where routing isn't working when I try to switch Views on Android (AvaloniaUI). I see that new viewmodel is created but the view remains the same. The exact same code ...
Alexander Smirnov's user avatar
-1 votes
0 answers
38 views

Error NETSDK1005 Assets file , Ensure that restore has run and that you have included 'net8.0-android' in the TargetFrameworks for your project

i was developing maui app using windows 11 then i downgrade to windows 10 . now this error appears with me . **"Error (active) NETSDK1005 Assets file 'D:\Csharp\Maui\IdealDiagnosis.Maui\...
amr yakout's user avatar
0 votes
1 answer
27 views

How Can I fix the issues running Coroutine on Unity's Touch in mobile

I'm new in Unity and C#.And I have some problems. When my character moves using a 'touchmove', I used a 'weapon' to launch a 'projectilePrefab'. However, when I actually touched and moved the ...
프로필's user avatar
1 vote
0 answers
32 views

Unity Application crashing on Android?

I've been working on an application in Unity. It works perfectly fine for iOS devices but once a build has been put onto an Android device it begins crashing after about a day of being on that device. ...
Jackson Laumann's user avatar
0 votes
0 answers
26 views

Multiple HttpMessageHandler inherited class into Typed Client DI with .NET MAUI

I'm currently facing an issue configuring my HttpClient in DI for an Android MAUI app. My current configuration is like this: public static MauiApp CreateMauiApp() { MauiAppBuilder ...
Guillaume D's user avatar
2 votes
0 answers
61 views

.NET MAUI Android: WebView requires internet connection

So I have local WiFi network with no internet connection, within this network I host site and i want to display this site in WebView in Android MAUI app, but since there is no internet i'm getting ...
chrisx123456's user avatar
1 vote
1 answer
44 views

SignalR Client implementation in unity works in editor but not in Android

I am using signalR client in unity for a real-time Android game. So, when i run game in Unity editor, everything is fine, But when i built it for android, i realize that it didn't connect to Hub ...
mohammadreza khorasani's user avatar
0 votes
0 answers
25 views

Unity Cloud Save blocks game

Hey I am trying to use Unity Cloud Save feature. I've added SDK for Cloud Save and Authentication and Linked Unity Project. I am also using Firebase so there is also configuration for it. All fun ...
sennin's user avatar
  • 8,822
0 votes
0 answers
27 views

Androidx nuget package doesn't work when creating a .NET android app with visual studio

No matter what I try, I can't get androidx to work in my .NET android app project in visual studio. I have tried different controls and none work. I wish to use the recycler view. I get different ...
Tobias Lenander's user avatar
0 votes
0 answers
22 views

USB Communication between android App and PC Using C#

I am trying to interface an android app with a windows PC. The android tablet will act as the slave and the PC has the host. The PC will run a c# windows service, does any know what type of C# is ...
Khaled Telfah's user avatar
0 votes
1 answer
36 views

Video Recorder using MediaCodec in Xamarin.Android Produces Tiled Video Output

I am working on a video recording feature in a Xamarin.Android app using MediaCodec for encoding. My goal is to record video and save it in H.264 format. However, the output video appears tiled, as ...
Gurucharan Vijayakumar's user avatar
-1 votes
0 answers
53 views

netMaui Android MemoryStreamClosedException when uploading images

I want to upload images from the phone to crop them and save them via an HTTP request. For uploading, I have defined the following method. In debug, I checked that all steps from the method work and ...
WoistdasNiveau's user avatar

15 30 50 per page
1
2 3 4 5
811