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

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

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

![Stila Provider fetch the data Demo](./screens/stila_provider_demo_app.png)

![Stila App Stress Graph](./screens/stila_app_stress_graph.png)