码迷,mamicode.com
首页 >  
搜索关键字:vibrator    ( 47个结果
android Vibrator 使用方法
android Vibrator 使用方法...
分类:移动开发   时间:2014-10-22 11:06:57    阅读次数:184
[Call Vibrator] How to Enable Outgoing Call Vibration without ROOT
Call Vibrator requires the radio log of phone to detect when outgoing call is answered. But since Android JellyBean(4.1), the permission for radio log...
分类:其他好文   时间:2014-10-22 06:18:03    阅读次数:260
android震动的参数怎么设置
============问题描述============ 怎么设置振动的参数可以使振动强大变大,像系统来电时那样。 mVibrator01=(Vibrator)getApplication().getSystemService(Service.VIBRATOR_SERVICE); mVibrator...
分类:移动开发   时间:2014-10-20 22:47:24    阅读次数:162
android Vibrator 使用
private Vibrator vibrator;取得震动服务的句柄vibrator = (Vibrator) getSystemService(VIBRATOR_SERVICE);或者vibrator = (Vibrator)getApplication().getSystemService(S...
分类:移动开发   时间:2014-08-31 13:09:11    阅读次数:232
Android实现摇一摇功能
做过一个小项目,其中实现了摇一摇功能和刮一刮功能还有播放背景音乐等 摇一摇功能主要用到加速度传感器:Sensor.TYPE_ACCELEROMETER 摇一摇功能主要是监听手机加速度变化,当超过设定的某一值时,即触发事件。 /** * FileName: MainActivity.java * @desc 该类是用于显示摇一摇界面 * @author HTP...
分类:移动开发   时间:2014-08-24 12:57:42    阅读次数:242
Android -- Vibrator
Vibrator public class MainActivity extends Activity { private Vibrator vibrator; @Override protected void onCreate(Bundle savedInstanceState)...
分类:移动开发   时间:2014-07-12 14:19:07    阅读次数:236
webview 文字复制
WebView长按复制 ~ 兼容所有安卓版本 mWebView.setOnLongClickListener(new OnLongClickListener() { @Override public boolean onLongClick(View view) { try { // 震动100毫秒 Vibrator vib = (Vibrator) getSystemServi...
分类:Web程序   时间:2014-05-09 14:40:57    阅读次数:378
47条   上一页 1 ... 3 4 5
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!