B4A Question ContentChooser.Show - Erel (first post)    Oct 13, 2023   (1 reaction) You can't unless the third party app that handles the selection accepts a specific mime type that matches these files. B4A Question Transient animations - Erel (first post)    Feb 11, 2024 The ContentChooser is an external app. You don't control its behavior.
You can change the way B4XPages animate. For example: https://www.b4x.-pagestransition.145220/#content B4A Code Snippet Get the path to media files returned from ContentChooser - Erel    Jul 24, 2022   (8 reactions) Sub GetPathFromContentResult(UriString As String) As String
If UriString.StartsWith("/") Then Return UriString 'If the user used a file manager to choose the image
Dim Cursor1 As Cursor
Dim Uri1 As Uri
Dim Proj() As String = Array As String("_data")
Dim cr As ContentResolver
cr.Initializ B4A Question Google Photos - drgottjr (first post)    Nov 09, 2021   (1 reaction) contentchooser will let the user select photos from her google photos storage (in the cloud). the only way you can use a rest api is if you know the name of the resource. you would use okhttputils2 to make the request.
did you actually try contentchooser? it is so simple to use, you will look lik B4A Example ContentChooser Example (select image at phone) - MarkusR    Aug 26, 2019   (25 reactions) Here is a ContentChooser Example project to choose a image at phone for use in a activity with image view. it works with B4A 9.x and Android 8.1
https://www.b4x.com/android/help/phone.html#contentchooser
https://wiki.selfhtml.org/wiki/MIME-Type/Übersicht B4A Question Error FilePicker - Erel (first post)    Sep 01, 2024   (2 reactions) You should use ContentChooser. See this example: TextEditor - Save and load external files Wish B4X Ai Copilot - Erel (first post)    May 07, 2023   (6 reactions) 1. Better to use Wait For to handle the Result event. 2. The explanation is wrong and misleading. ContentChooser doesn't return a file or a folder. You can't use File.ListFiles nor you can access any other nearby resource. ContentChooser returns an accessible resource. It can be a resource from Goo B4A Question contentchooser for .json file - drgottjr (first post)    Jul 21, 2022   (1 reaction) "application/json" B4A Code Snippet SaveAs - Let the user select a target folder + list of other related methods - Alessandro71 (first post)    May 01, 2021   (1 reaction) ContentChooser should allow you to select files from the download folder. B4A Question ContentChooser only shows Internal and External Storage - Erel (first post)    Jan 04, 2022 There nothing that you can do to control the behavior of ContentChooser. It is an OS feature and it should show all supported providers. Page: 1   2   3   4   5   6   7   Powered by ColBERT |