https://github.com/yingding/stila-provider-demo
this is a demo app to fetch data from stila android app with contentResolver
https://github.com/yingding/stila-provider-demo
Last synced: 2 months ago
JSON representation
this is a demo app to fetch data from stila android app with contentResolver
- Host: GitHub
- URL: https://github.com/yingding/stila-provider-demo
- Owner: yingding
- License: apache-2.0
- Created: 2022-05-25T11:00:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T13:34:06.000Z (about 4 years ago)
- Last Synced: 2025-11-15T17:35:34.034Z (8 months ago)
- Language: Kotlin
- Size: 411 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
this repository contains a demo app showing how to fetch stila stress data with a `contentResolver`
## Steps to reproduce
1. add `` and `` tags in `AndroidManifest.xml` to allow access to `stila stress score`
2. Follow the code examples in `MainAcitvity` to fetch the stila stress score with coroutine using `contentResolver` to `query` the `Stila App ContentProvider`
## Demo Screenshots of the Stila Provider Example App

