.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?
File Delete Not Working on .NET MAUI (for Android Platform)
I have a code like 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:
Kiosk mode in Android MAUI
I need to implement Kiosk Mode in Android 14/ API 34 using MAUI
App should have below features:
Java.Lang.Exception: ‘Bind service failed’ when trying to create an object instance from aar
This is a MAUI app running in an Android device, the aar library is provided by a third party unitech vendor, an RFID reader device.
The exception Java.Lang.Exception: 'Bind service failed'
is thrown on the generated code within the Android Java Library Binding
Java.Lang.Exception: ‘Bind service failed’ when trying to create an object instance from aar
This is a MAUI app running in an Android device, the aar library is provided by a third party unitech vendor, an RFID reader device.
The exception Java.Lang.Exception: 'Bind service failed'
is thrown on the generated code within the Android Java Library Binding
error when printing PDF from Android using .NET MAUI
I found this repository and wanted to give it a try:
https://github.com/LanceMcCarthy/CustomMauiExamples/tree/main?tab=readme-ov-file#printing
Play a local video on Android in MAUI app
I am currently migrating my Xamarin Forms app to MAUI. On the introPage we are playing a video as background. On iOS we call the video just like this
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
tts Unrecognized recognizer during SpeechRecognition
On Android 14 during using SpeechRecognizer for locale ‘ru_Ru’ with below code: