一看就会Android之手机震动的设置手机震动器「一看就会Android之手机震动的设置」
2025-04-03 12:50
Android vibrator方法关闭和打开振动功能,通过Android vibrator方法设置不同的参数,来关闭和打开手机振动功能:
ToggleButton tb2 = (ToggleButton)findViewById(R.id.tb2); //获得ToggleButton对象
tb2.setonCheckedChangeListener(new onCheckedChangeListener() {//设置OnCheckedChangeListener监听器
@Override
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {//重写onCheckedChanged方法
if(isChecked){//判断ToggleButton的选中状态
vibrator.vibrate(2500);//启动振动
TextView tv2 = (TextView)findViewById(R.id.tv2);//获得TextView
tv2.setText(R.string.vibrateOn);//设置TextView控件内容
}
else{
vibrator.cancel(); //关闭振动
TextView tv2 = (TextView)findViewById(R.id.tv2); //获得TextView
tv2.setText(R.string.vibrateOff);//设置TextView控件内容
}
} 以上就是本篇文章【一看就会Android之手机震动的设置手机震动器「一看就会Android之手机震动的设置」】的全部内容了,欢迎阅览 ! 文章地址:http://www.razcy.com/news/10394.html
资讯
企业新闻
行情
企业黄页
同类资讯
首页
网站地图
返回首页 月落星辰移动站 http://m.razcy.com/ , 查看更多