sensoreventlistener专题

Android重力感应SensorEventListener详解

两个类: 1、SensorTest类,是Acvitivity 2、SensorListenerTest类,实现了SensorEventListener类, SensorTest.java: package com.sensor;import android.app.Activity;import android.os.Bundle;public class SensorTest