ComposeSensors icon indicating copy to clipboard operation
ComposeSensors copied to clipboard

Access sensor data for any Android device easily using Jetpack Compose 🌡️ 🧲 🧭

Results 4 ComposeSensors issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [github/super-linter](https://redirect.github.com/github/super-linter) | action | major...

The idea is to explore if it is possible to ask for permissions whenever the user starts consuming any sensor state. If implemented successfully, the developers won't need to write...

enhancement

Implement a convenience composable called `rememberShakeDetectionState` that will internally use `rememberAccelerometerSensorState` to get current values from the sensor and based on those values calculate whether the device was shaken or...

enhancement