There's this issue for sharing support: https://github.com/codenameone/CodenameOne/issues/3225 which seems to be close to what you're looking for.
There's file chooser but it's mostly for reading not for writing: https://github.com/shannah/cn1-filechooser/tree/master/CN1FileChooser On Thursday, August 27, 2020 at 1:26:01 PM UTC+3 P5music wrote: > My app is derived from an Android app. The Android app lets the user > select folders where exported data can be saved. This is accomplished by > means of calling the Storage Access Framework that is now somehow mandatory > I think, for OS versions not recent too, if I am not wrong. > > Now I am addressing the file save part (export). > The user has to select the folder. I am not expert of iOS way of handling > app public directories and sharing files. But I need that functionality. > > And I need the user selection of a file to read it, of course (import). > > (Sharing exported data directly, as with bluetooth or sending to another > app, and the incoming intent for import are a separate question, I will > create another thread but it could be related to this one) > > How can achieve those two functionalities (import/export)? > (Take into account that I am focused on iOS port at present time but I > want that my Codename app can be also deployed on Android in the future > with minimum changes and native code injection) > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/7b36baca-f391-40fd-881d-6ed674ea4455n%40googlegroups.com.
