I had read Erel's speech. It dates back to October 2019 and now we are in 2020 and the time has come to program for Android 10.
My app (Webcam & Nivometri & Meteo) works with Android 8.1 (tested with a smartphone) and Android 9 (tested with the Genymotion emulator)
It doesn't work with a couple of users (as reported by them) and it doesn't work in the Android Studio emulator (Google Pixel 2 API 29)
I'd like to correct this.
The WriteINI and ReadINI functions work perfectly with Android 8 and 9. All 2 do not work with Android 10.
My app should first create an INI file with default values. To do this, use the WriteINI sub. The sub ReadINI is not even touched (with Android 10) because the error occurs first.
Precisely to the bold instruction
'Dim Map1 As Map
'Map1.Initialize
'If Not (File.Exists (fPath, filename)) Then
'File.WriteMap (fPath, filename, Map1)
'End If
'Map1 = File.ReadMap (fPath, filename)
'Map1.Put (mykey, myvalue)
'File.WriteMap (fPath, filename, Map1)
I would solve everything if I found a way to record (and read) the configuration parameters of the app in a file (the author, the date of first installation, the last webcam used, latitude, longitude, etc.)
I come from the world of the old VB6 and the INI files were used here.
It was easy and intuitive for me to use the same system to record these parameters.
How could the same result be achieved in the B4A world?
Thanks for interesting.
1 other thing: since you have fileprovider in the manifest, is there a share intent there?
I don't understand what you're writing to me