Library documentation: ContentResolver - v1.50 B4A Tutorial Working with Calendars using ContentResolver (Query, Insert, Update, Delete) - DonManfred    Dec 9, 2018   (19 reactions)   tags: calendar it works using ContentResolver querying the ContentProvider available in Android.
You can find... that it is probably better to use the B4A ContentResolver instead of building a new one just for... B4A Library [library] ContentResolver - Erel    Jul 3, 2013   (5 reactions) ContentResolver library allows you to access "content providers" applications... to replace them with the actual values.
The features of ContentResolver are similar to SQL... B4A Class ExternalStorage - Access SD cards and USB sticks - Erel    Mar 5, 2018   (55 reactions)   tags: File, Access SD and USB, externsl sd, storage on: ContentResolver and JavaObject libraries. Add: #AdditionalJar: com.android.support:support-core-utils Updates... B4A Question ContentResolver - openInputStream is missing - Alexander Stolte    Jun 18, 2020 -getting-a-file-uri-from-a-content-uri
The first answer is, to use the ContentResolver.openinputstream:
https://developer.android.com/reference/android/content/ContentResolver.html#openInputStream... B4A Code Snippet Get the path to media files returned from ContentChooser - Erel    Mar 27, 2014   (7 reactions)   tags: Adjuntar un File it is available): This code depends on ContentResolver and SQL libraries. Sub... Dim Proj() As String = Array As String("_data") Dim cr As ContentResolver cr.../threads/getting-file-info-using-uri-from-content-chooser-or-from-received-shared-file-example.117325/#content 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... B4A Code Snippet Add image to Gallery Android 5 - 10+ - Erel    Sep 6, 2020   (12 reactions) Depends on: Phone, JavaObject and ContentResolver libraries
Sub AddBitmapToGallery (In...
ctxt.InitializeContext
If p.SdkVersion >= 29 Then
Dim cr As ContentResolver
cr.Initialize("cr")
Dim values As ContentValues
values.Initialize...("getContentResolver", Null).RunMethod("openOutputStream", Array(imageuri... B4A Question Get real path from a VIDEO selected with ContentResolver? - DonManfred    Oct 26, 2015 () As String = Array As String("_data")
Dim cr As ContentResolver
cr.Initialize(""...i found a code to read the path of an selected image here.
Sub GetPathFromContentResult(UriString... B4A Question ContentResolver for file pdf - Roberto P.    Jul 3, 2015 I created an application that opens the PDF file, with an activity that works well with Samsung Tabl... Spanish librerias ContentResolver y RuntimePermissions - samperizal (first post)    Mar 20, 2019 Gracias... B4A Question Librerias ContentResolver y RuntimePermissions - DonManfred (first post)    Mar 18, 2019   (1 reaction) Both libraries are INTERNAL Libraries. So when using B4A 8.8 you should have them in the internal Libraryfolder.... Page: 1   2   3   4   5   6   7   |