Using sensors
Programming of sensors on mobile devices -Google Android
Article REF: H1595 V2
Using sensors
Programming of sensors on mobile devices -Google Android

Author : Frédéric LEMOINE

Publication date: December 10, 2021 | Lire en français

Logo Techniques de l'Ingenieur You do not have access to this resource.
Request your free trial access! Free trial

Already subscribed?

3. Using sensors

3.1 Subscription

In order to use the sensor and be kept informed of its measurements, you need to add a listener object to it. This is done using the registerListener function:

public boolean registerListener(SensorEventListener listener, Sensor

                              sensor, int rate)

where :

  • SensorEventListener listener is the listener object (observer) that will be notified of a change in the measured value by calling its onSensorChanged method;...

You do not have access to this resource.
Logo Techniques de l'Ingenieur

Exclusive to subscribers. 97% yet to be discovered!

You do not have access to this resource. Click here to request your free trial access!

Already subscribed?


Article included in this offer

"Networks and Telecommunications"

( 170 articles )

Complete knowledge base

Updated and enriched with articles validated by our scientific committees

Services

A set of exclusive tools to complement the resources

View offer details