Skip to content

tknishh/shake-to-change-color

Repository files navigation

Shake-to-Change-Color

In this project we have created an application to do some work with shake detection in androids.

Team members:

Swapnil Pant 201B278

Vani Seth 201B299

Tanish Khandelwal 201B283

Sensors Overview

Most Android-powered devices have built-in sensors that measure motion, orientation, and various environmental conditions. These sensors are capable of providing raw data with high precision and accuracy, and are useful if you want to monitor three-dimensional device movement or positioning, or you want to monitor changes in the ambient environment near a device. For example, a game might track readings from a device's gravity sensor to infer complex user gestures and motions, such as tilt, shake, rotation, or swing. Likewise, a weather application might use a device's temperature sensor and humidity sensor to calculate and report the dewpoint, or a travel application might use the geomagnetic field sensor and accelerometer to report a compass bearing.

You can access these sensors and acquire raw sensor data by using the Android sensor framework. The sensor framework is part of the android.hardware package and includes the following classes and interfaces.

Bibliography:

The Sensor package documentation is good enough to implement and learn about various classes and packages Sensor has to offer. https://developer.android.com/guide/topics/sensors/sensors_overview

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages