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

All Questions

Tagged with
0 votes
0 answers
44 views

.NET MAUI Android : Write to Folder Outside App Folder

In newer Android versions it is no longer possible to read/write files outside the applications hidden folder, unless the USER selects the folder. Expecting our users to select a folder to write logs ...
DA Consulting's user avatar
0 votes
0 answers
55 views

MAUI MediaElement: How to Include Access Token in Subsequent Video Requests?

I'm using MAUI's MediaElement to stream a video from a server. The video is being served as a static resource, and it's protected, so I need to send an access token when requesting the video. I have ...
manjuv's user avatar
  • 317
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
10 views

Unity - My MS 4.8 DLL works however MS ADOMDNet client fails with 'Method not implemented'

(I posted this on the Unity Android forum and no replies yet so I thought I'd also add here). I've dug around the web a lot and tried various things. I have written my own C# DLL to communicate with ...
TilleyTech's user avatar
0 votes
1 answer
64 views

Auth0 throws an exception on MAUI Android

MAUI does not work with Auth0 on Android but works on iOS I had added the following android specific code using Android.Content; using Android.App; using Android.Content.PM; namespace abc.Mobile; [...
apexpredator's user avatar
-1 votes
1 answer
108 views

Is .ToListAsync() available in .net8 maui android app?

I am working on a .net maui android app . I have big data like 8000 records. I save data once in a SQLite db when the customer installs the app, then I retrieve from the database for filtering my data....
amr yakout's user avatar
0 votes
1 answer
50 views

How can i set the color of the status bar in a .net android app?

I'm trying to change the color of an android app that uses avalonia for UI. Here is my MainActivity: public class MainActivity : AvaloniaMainActivity<App> { protected override void OnCreate(...
Noble Eugene's user avatar
0 votes
0 answers
54 views

The specified child already has a parent. You must call removeView() on the child's parent first. .Net MAUI Android

private async void OpenModalWindows() { try { if (AppController.instance.StatisticsViewType == StatisticsViewType.Default) { if (MainModal == null) ...
Влад Гурковский's user avatar
2 votes
0 answers
108 views

Navigation to multiple pages cause a runtime error

I have four pages but for now let's say I have three pages; Page1, Page2, and Page3. Navigating to these three (or more) different pages in any order returns an error: Java.Lang.IllegalStateException: ...
egg's user avatar
  • 89
1 vote
0 answers
21 views

dllnotfoundexception when trying to use native with android .net 8.0

I was trying to build a simple solution in android .net 8.0 using ndk. but the .so file has not referenced getting an exception DLLNotFoundException. Eventhough all .so files are placed in lib folder ...
Gurucharan Vijayakumar's user avatar
0 votes
1 answer
63 views

problem deleting Item in collectionView .NET Maui

I´m trying to delete an object named SelectedOrder in TableData of my viewmodel. Binding works perfectly but when I tapped de Item to be deleted, in my viewmodel the variable SelectedOrder is null ...
hugo vazquez's user avatar
0 votes
1 answer
64 views

How to Wake Up a .NET MAUI App in the Background Using OneSignal on Android?

So I am developing an app on .net mau, after implementing one signal push notification I am able to receive a push notification inside my app the challenge I am facing right now is whether it is ...
HuSaad's user avatar
  • 160
0 votes
0 answers
50 views

Visual Studio Android Emulator on SnapdragonX

I imagine this is going to be a common question as there doesn't seem to be a very clear way of pulling this off. I was under the impression that due to the same architecture between the AVD and the ...
Shaun's user avatar
  • 5,521
2 votes
1 answer
106 views

Android MAUI App: GeneralSecurityException during Release Authentication but Works in Debug

I am developing a mobile application using .NET MAUI. Everything works perfectly in debug mode, but when I switch to the release mode and try to authenticate, I encounter the following error: ...
mistelltein's user avatar
0 votes
1 answer
53 views

Positioning CurvedTextView at bottom of screen [Wear OS]

I want to position a CurvedTextView at the bottom of a ConstraintLayout in Wear OS. But no matter what I do it always positions itself at the top. My File->New test project's activity_main.xml ...
Andy Johnson's user avatar
  • 8,118

15 30 50 per page
1
2 3 4 5
74