This repository was archived by the owner on Mar 15, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork13
Reactive mobile device sensors plugin for iOS, Android, & UWP. Support sensors - accelerometer, ambient light, barometer, compass, gyroscope, magnetometer, pedometer, and proximity
License
NotificationsYou must be signed in to change notification settings
aritchie/sensors
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
UPDATE - This library has now moved to the Shiny Framework athttps://github.com/shinyorg/shiny
Easy to use, cross platform, REACTIVE Sensor Plugin for iOS, Android, and Windows UWP
Platform | Version |
---|---|
iOS | 7+ |
Android | 4.3+ |
Windows UWP (including core) | 16299+ |
.NET Standard | 2.0 |
- Accelerometer
- Ambient Light
- Barometer
- Compass
- Device Orientation
- Gyroscope
- Magnetometer
- Pedometer
- Proximity
Be sure to install the Plugin.Sensors nuget package in all of your main platform projects as well as your core/PCL project
If you plan to use the pedometer on iOS, you need to add the following to your Info.plist
<dict><key>NSMotionUsageDescription</key><string>Using some motion</string></dict>
// discover some devicesCrossSensors.AccelerometerCrossSensors.GyroscopeCrossSensors.Magnetometer.WhenReadingTaken().Subscribe(reading=>{});
About
Reactive mobile device sensors plugin for iOS, Android, & UWP. Support sensors - accelerometer, ambient light, barometer, compass, gyroscope, magnetometer, pedometer, and proximity
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published