B4A Code Snippet SaveAs - Let the user select a target folder + list of other related methods - Erel    Nov 01, 2024   (44 reactions) B4A + B4i example: https://www.b4x.com/android/forum/threads/b4x-texteditor-save-and-load-external-files.132731/#post-838166
List of classes or libraries that can be used to access secondary storages:
ContentChooser (Phone libray) - allows the user to select a resource or file using external provid Italian Creare un file in una cartella - LucaMs (first post)    Jun 04, 2023 A cosa corrisponde? Come lo hai impostato? E comunque dovresti usare: SaveAs- this code, the opposite of ContentChooser or the simpler version of ExternalStorage. Allows the user to choose the place where the file will be saved. Simple to work with and doesn't require permissions. Possible alterna B4A Question Android 13 and /mnt/sdcard - Erel (first post)    Dec 24, 2023   (1 reaction) The available options are listed here: SaveAs - Let the user select a target folder + list of other related methods B4A Question Amazon Appstore Storage Restrictions - Erel (first post)    Jul 07, 2021   (1 reaction) 1. This should be done with SaveAs: SaveAs - Let the user select a target folder + list of other related methods - 2. This should be done with ContentChooser 3. Share the file with an intent. B4A Question Sharing files on Android - Erel (first post)    Oct 24, 2023 No such thing anymore. The various options are listed here: SaveAs - Let the user select a target folder + list of other related methods Nothing has changed related to this in the last year. B4A Question I need a simple, GPlay aproved, Folder Chooser - Erel (first post)    Nov 07, 2023   (3 reactions) If you want to let the user save a single file then use the "SaveAs" method. It is simpler than you think. If you want to have full access to a folder then you need to use ExternalStorage which is more complicated to work with.
If it is not a Google Play app then you can set the targetSdkVersion to B4A Question Android/data folder permission - Erel (first post)    Feb 11, 2024   (1 reaction) Start here: SaveAs - Let the user select a target folder + list of other related methods Your app uses ExternalStorage to select the accessible folder. On new device the root folder isn't accessible. You can create a file manager app as @agraham pointed, however it will not be accepted to Google B4A Question How to access OneDrive files - josejad (first post)    Jun 20, 2024   (2 reactions) Hi: The proposed SaveAs method it would work if you have the Microsoft app Onedrive installed and logged, then when you use "SaveAs", you can choose your onedrive unit, but previously you've logged in with the Microsoft App. To access directly from your app, I think you would need to use the "Micr B4A Question SaveAs - What is the explanation ? - Mauricio Pereira    May 10, 2022 I have an application where a pdf file with the name "saida.pdf" is generated in the application folder.
To facilitate access we use the command so that the file is saved in the Downloads folder.
In the debug version, it works without any problems, we can even change the file name to ex1.pdf, for e B4A Question Taking a backup of an SQLLITE Database file to Google Drive - reg. - Erel (first post)    Aug 26, 2022   (2 reactions) It doesn't matter whether the user has already authenticated or not. You simply use the SaveAs method and let the user select whichever local or remote storage service they like.
You can't detect it. Page: 1   2   3   4   5   6   7   Powered by ColBERT |