B4A Library [library] ContentResolver

wineos

Member
Licensed User
Longtime User
Hi,

I want to access the CalendarContract.Instances . Can I use ContentResolver Library to read, update and delete? If yes, how can I do these?

Thanks!
 

marno

Member
Licensed User
Longtime User
ContentResolver library allows you to access "content providers" applications.
Installation instructions:
- Copy the two files in the zip to the internal libraries folder.

Where to find these .zip File?

Thanks

Marius
 

S.M.R

Member
More information please. Post the Java code.
From Android 11, LIMIT and OFFSET should be retrieved using Bundle by

Java:
public Cursor query (Uri uri,

String[] projection,

Bundle queryArgs,

CancellationSignal cancellationSignal)
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…