Relative Content

Tag Archive for androidmaui

.Net MAUI Use Preferences with Android App

I’m developing an App to run on Android and I want to use Preferences to store user settings. The app will run fine on Windows but as soon as I run it on the Android emulator it crashes. If I then remove the use of Preferences and use string values instead, the app run OK on the emulator. What is the usually way of accessing the Preferences on Android? Is there some platform specific method for doing this?

using maui filesaver without file picker

I am using Maui which i’m really enjoying, but i’m now struggling. I’m trying to save a file using the community filesaver function. The following code works:

continues speech recognition failed with SpeechRecognizer.ErrorServerDisconnected

using https://github.com/jfversluis/MauiSpeechToTextSample library for performing continuous speech recognition on Android. After long period recognition speechRecognizer.StartListening failed with error SpeechRecognizer.ErrorServerDisconnected
the application is responsive and not crashed. When I restart it and run again using foreground service same error – only after complete service restart it recovered