
安卓硬件
深夜程猿
技术公众号:深夜程猿
展开
-
安卓传感器入门(1)
在这里,代码说话:package com.example.comr.myapplication;import android.content.Context; import android.hardware.Sensor; import android.hardware.SensorEvent; import android.hardware.SensorEventListener; import原创 2016-05-28 17:04:04 · 425 阅读 · 0 评论 -
Android实现手机震动
Vibrator vibrator; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); vibrator=(Vi原创 2016-09-24 19:29:46 · 327 阅读 · 0 评论