Robert Valentino Well-Known Member Licensed User Longtime User May 13, 2025 #1 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 the next B4A compiler update???
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 the next B4A compiler update???
Erel B4X founder Staff member Licensed User Longtime User May 14, 2025 #2 You should release it as a different library with different name or better implement it in B4A directly. No reason to implement it in a Java library. Using StartActivityForResult with JavaObject SubName: StartActivityForResult Description: This code demonstrates how JavaObject can be used to call external APIs that should be called with Context.startActivityForResult. Same implementation in a class... www.b4x.com
You should release it as a different library with different name or better implement it in B4A directly. No reason to implement it in a Java library. Using StartActivityForResult with JavaObject SubName: StartActivityForResult Description: This code demonstrates how JavaObject can be used to call external APIs that should be called with Context.startActivityForResult. Same implementation in a class... www.b4x.com
Robert Valentino Well-Known Member Licensed User Longtime User May 14, 2025 #3 Just thought it fit right in with the other Show routine. Probably should have called it Show2 instead of ShowMultipleMIME But if you aren't interested in adding another function. No problem. Be well
Just thought it fit right in with the other Show routine. Probably should have called it Show2 instead of ShowMultipleMIME But if you aren't interested in adding another function. No problem. Be well