B4A Question SOLVED - Phone Library / Content Chooser / Multiple MIMEs - Robert Valentino    May 12, 2025 Phone Library / Content Chooser
public void ShowMultipleMIME(final BA ba, String MimeTypes...("ContentChooser not initialized.");
Intent in = new Intent(Intent.ACTION_GET_CONTENT... B4A Question Content chooser: Multiple selection? - KMatle    Oct 31, 2016   (1 reaction) I did not find a thread about it: I would like to select multiple images via content chooser. Any way to do that?... B4A Question ContentChooser - select multiple photos - red30 (first post)    Jul 27, 2018 with EXTRA_ALLOW_MULTIPLE...
#Region Project Attributes
#ApplicationLabel: B4A Example
#VersionCode: 1...
i.Initialize("android.intent.action.GET_CONTENT", "")
StartActivityForResult(i)
End... B4A Question Content Chooser - Crashes on multiple phones. - Pawan_91 (first post)    Nov 5, 2020
add this to the Manifest:
SetApplicationAttribute(android:requestLegacyExternalStorage, true)
Tha... B4A Question ContentChooser - Select multiple files - Erel (first post)    Jan 11, 2013 You can still take the code from PictureTaken sub and use it to force the media scanner to scan this file.
You cannot explicitly choose the gallery app with ContentChooser.... B4A Tutorial [B4X] B4XPages - Cross platform and simple framework for managing multiple pages - Erel    Dec 25, 2025   (81 reactions) 440642051 B4XPages is a library that serves two purposes: 1. Make it simple to develop B4A apps by solving almost all of the challenges involved with Android complex activities life cycle. B4XPages makes B4A behave more similar to B4J and B4i where the new "B4XPage" element is a regular object that is never paused, never destroyed, can be accessed from anywhere and easy to work with. 2... B4A Example Getting file info using uri from content chooser or from received shared file - example - Nokia    May 4, 2020   (23 reactions) example of getting file property information from uri provided by content chooser or received file... modified, file size and a list of all columns from that particular content provider. updated code to... B4A Code Snippet Get the path to media files returned from ContentChooser - Erel    Jul 24, 2022   (9 reactions)   tags: Adjuntar un File assume that the resource returned from ContentChooser comes from the file system and if... files SubName: GetPathFromContentResult Description: Content providers such as the media gallery return a URL that starts with content://... If you are just interested in showing the selected image... it is available): This code depends on ContentResolver and SQL libraries. Sub GetPathFromContentResult(UriString As String) As String If UriString.StartsWith("/") Then Return UriString... Wish Next Compiler Update - Content Chooser New Routine Please - Robert Valentino    May 13, 2025 I have added a routine ShowMultipleMIME to ContentChooser in the Phone library (see this link: Phone.Java)
I'm sure others would like to show the user a list of files (containing multiple MIME types)
The code is in Phone.Java in the above link and works very nicely.
Could this be added to... Bug? aPOI crashes trying to read xls file. Works perfect with xlsx files - Robert Valentino    May 12, 2025 library to support content chooser allowing multiple MIMEs Maybe someone could try aPOI library... Page: 1   2   3   4   5   6   7   |