欢迎来到天天文库
浏览记录
ID:41551501
大小:57.56 KB
页数:5页
时间:2019-08-27
《传智-手机卫士day4_计算机软件及应用_IT计算机_专业资料》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、手机卫士讲师:传智•马伟奇Day439_抖动和振动效果_321、述入模拟器的APIDemo展示点击输入框振动效果(views/animation/shake);//shake动摇;摇动:震动:握『的意思2、找系统sdksamplesandroid-16ApiDemos并导入1:程,如果有错课就解决;3、找代码搜索代码功能-》布局文件…》代码3、找到抖动代码移植:并演示;4^介绍插入器(interpolator)5、看APIDemo里views/animation/interpolators的各种动画Accele
2、rate加速动画decelerate减速动画6、Interpolator类似一个函数,计算动I出i如何播放;7、振动的代码(Vibrator);vibrator.vibrate(2000);//振动两秒钟//-l不重复,非为从pattern的指定下标开始重复long[]pattern={100^200^100^200^50^50};vibrator.vibrate(pattern^1);8、振动需要权限;3、/>40_来电号码归属地的显示_25引入:1、演示打进电话,说明系统的拨号不能改。2、展示土司;1、创建后台监听來电服务AddressService并在功能清单文件注册;检查是否有权限:2、在AddressService服务里面注册来电状态(TclephoneManagcr)tm.listen(listener,PhoneStateListener.LISTEN_CALL_STATE4、);3、日定义监听类MyPhoneStateListenerprivateclassMyPhoncStatcListcncrextendsPhoncStatcListcncrj*当呼叫状态发生改变的时候回调该方法*/@OverridepublicvoidonCallStateChanged(intstate,StringincomingNumber){super.onCallStateChanged(state,incomingNumber);switch(state){caseTelephonyManager.CA5、LL_STATE_RINGING:Stringaddress=AddressDao.getAddress(incomingNumber);Toast.makeText(getApplicationContext(),address,l).show();break;default:break;}}}取消监听:tm.listen(listener,PhoneStateListener.LISTEN_NONE);listener=null;4、在SettingActivity设置屮心里配置设置,当点击开启的时候就启动服务,6、否则相反。然后演示;布局文件:SettingActivity7、里的代码:〃设置号码归属地显示siv_show_address=(SettingltemView)findViewById(R.id.siv_show_address);showAddressintent=newIntent(this,AddressService.class);siv_show_address.setOnClickListener(newOnClickListener(){@OverridepublicvoidonClick(Viewv){if(siv_show_address.isCheck())8、{siv_show_address.setCheck(false);stopScrvicc(showAddrcssIntcnt);//sp共享偏好去保存}else{startService(showAddressintent);siv_show_address.setCheck(true);});5^创建一个类ServiceStatusUtil
3、/>40_来电号码归属地的显示_25引入:1、演示打进电话,说明系统的拨号不能改。2、展示土司;1、创建后台监听來电服务AddressService并在功能清单文件注册;检查是否有权限:2、在AddressService服务里面注册来电状态(TclephoneManagcr)tm.listen(listener,PhoneStateListener.LISTEN_CALL_STATE
4、);3、日定义监听类MyPhoneStateListenerprivateclassMyPhoncStatcListcncrextendsPhoncStatcListcncrj*当呼叫状态发生改变的时候回调该方法*/@OverridepublicvoidonCallStateChanged(intstate,StringincomingNumber){super.onCallStateChanged(state,incomingNumber);switch(state){caseTelephonyManager.CA
5、LL_STATE_RINGING:Stringaddress=AddressDao.getAddress(incomingNumber);Toast.makeText(getApplicationContext(),address,l).show();break;default:break;}}}取消监听:tm.listen(listener,PhoneStateListener.LISTEN_NONE);listener=null;4、在SettingActivity设置屮心里配置设置,当点击开启的时候就启动服务,
6、否则相反。然后演示;布局文件:SettingActivity
7、里的代码:〃设置号码归属地显示siv_show_address=(SettingltemView)findViewById(R.id.siv_show_address);showAddressintent=newIntent(this,AddressService.class);siv_show_address.setOnClickListener(newOnClickListener(){@OverridepublicvoidonClick(Viewv){if(siv_show_address.isCheck())
8、{siv_show_address.setCheck(false);stopScrvicc(showAddrcssIntcnt);//sp共享偏好去保存}else{startService(showAddressintent);siv_show_address.setCheck(true);});5^创建一个类ServiceStatusUtil
此文档下载收益归作者所有