.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,068 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have android pad and there is usb disk and how to read file and write file ?
You use Android’s Storage Access Frameork (SAF). Basically you call the SAF file picker.
https://developer.android.com/guide/topics/providers/document-provider
here is a sample Maui app