Skip to content
#

contentresolver

Here are 22 public repositories matching this topic...

Content provider and content resolver example : this example divide in two module one app for content provider which have sqlite database and share data and second application have content resolver which access content and perform diff operation like insert,update and delete.

  • Updated Jul 8, 2018
  • Java

This project demonstrates how to implement SQLite and Content Provider in an Android application. It includes a screen to display a list of items (cats) and another screen to add new records (new cats). Ideal for educational purposes and as a reference for using SQLite instead of other database libraries like “Room”.

  • Updated Jul 27, 2024
  • Kotlin

Improve this page

Add a description, image, and links to the contentresolver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the contentresolver topic, visit your repo's landing page and select "manage topics."

Learn more