Android devices read data from the physical world around us using numerous sensors, such as accelerometers, gyroscopes, and magnetometers. In this chapter, we will learn how to access this data from our Processing sketch using the Android SDK and the Ketai library.
Sensors in Android Devices
Nowadays, almost every mobile device, from smartphones to activity trackers, is equipped with a wide range of hardware sensors to capture data about the movement, environment, and location of the device (and, by extension, of ourselves). Android devices commonly contain ...