Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Mar 15, 2023. It is now read-only.
/sensorsPublic archive

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

Repository files navigation

ACR Reactive Sensors Plugin for Xamarin & Windows

Easy to use, cross platform, REACTIVE Sensor Plugin for iOS, Android, and Windows UWP

Change Log - May 26, 2018

NuGetBuild status

PLATFORMS

PlatformVersion
iOS7+
Android4.3+
Windows UWP (including core)16299+
.NET Standard2.0

SUPPORTED SENSORS

  • Accelerometer
  • Ambient Light
  • Barometer
  • Compass
  • Device Orientation
  • Gyroscope
  • Magnetometer
  • Pedometer
  • Proximity

SETUP

Be sure to install the Plugin.Sensors nuget package in all of your main platform projects as well as your core/PCL project

NuGet

iOS

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>

HOW TO USE BASICS

// 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

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp