An open API service indexing awesome lists of open source software.

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

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