https://github.com/sanjaydevtech/android-content-provider
Sample android studio project to demonstrate Content Provider, Room, LiveData, Kotlin, Coroutines
https://github.com/sanjaydevtech/android-content-provider
android content-provider kotlin room
Last synced: 8 months ago
JSON representation
Sample android studio project to demonstrate Content Provider, Room, LiveData, Kotlin, Coroutines
- Host: GitHub
- URL: https://github.com/sanjaydevtech/android-content-provider
- Owner: SanjayDevTech
- Created: 2021-03-19T04:55:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T05:55:23.000Z (almost 3 years ago)
- Last Synced: 2025-05-13T03:33:31.796Z (9 months ago)
- Topics: android, content-provider, kotlin, room
- Language: Kotlin
- Homepage:
- Size: 138 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# android-content-provider
Sample android studio project to demonstrate Content Provider, Room, LiveData, Kotlin, Coroutines
## Modules:
- app => Content Provider (Owns the actual data in Room)
- samplecp => Normal app which consumes data using Content Resolver
- CPsContracts => Content Provider Contract which also has helper methods to query content provider
## Permissions:
- com.sanjaydevtech.cps.DOMAIN_READ => Read permission
- com.sanjaydevtech.cps.DOMAIN_WRITE => Write permission
## Android Studio Version:
- AS 4.1.2