-
Bluetooth Client
Bluetooth Client is an android test apk for bluetooth feature.
It can be used to test android smartphone solution.
Testcase includes:
Cancel While Searching
SendFile
MatchAndCancel
Auto receiving
Cancel While Receiving
Call while transfering
Tune Volume While Calling
Receive While Playing Music
Open/Close Air Mode
Open/Close Bluetooth
Incoming Call while transfering
Set bluetooth name
Searching bluetooth devices
Timeout Detecting
- 2022-06-11 22:38:22下载
- 积分:1
-
vomc
使用matlab软件里面的simulink仿真OFDM系统(simulation of the ofdm system using the simulink in the matlab software)
- 2019-03-27 15:08:09下载
- 积分:1
-
android 仪表盘源码下载
android 仪表盘源码下载
- 2014-09-05下载
- 积分:1
-
pressluck
碰运气的游戏, 点击可以获得随机生成的礼物,实施手气吧。(Luck of the game, click on the gift can be randomly generated, the implementation I m feeling it. )
- 2011-10-20 00:23:18下载
- 积分:1
-
android dmc
android 下 device media control point implement, 能控制将多媒体推送到dmr进行播放,实现了播放时界面显示,能用于android系统设备。
- 2022-03-03 16:59:43下载
- 积分:1
-
fetnelregarde
通信仿真 jakes改进模型的程序,仿真基本理论()
- 2018-07-09 05:02:37下载
- 积分:1
-
android HerilyAlertDialog完全自定义的Dialog
android HerilyAlertDialog完全自定义的Dialog
- 2014-08-21下载
- 积分:1
-
按键精灵抢微信红包源代码
资源描述
现在流行微信抢红包,有了这个神器,你就可以把手机充上电放在那里,不用管它,自己识别红包,抢,抢,抢!
现在流行微信抢红包,有了这个神器,你就可以把手机充上电放在那里,不用管它,自己识别红包,抢,抢,抢!
现在流行微信抢红包,有了这个神器,你就可以把手机充上电放在那里,不用管它,自己识别红包,抢,抢,抢!
现在流行微信抢红包,有了这个神器,你就可以把手机充上电放在那里,不用管它,自己识别红包,抢,抢,抢!
- 2022-04-10 13:48:11下载
- 积分:1
-
Android MyThread线程用法实例 切换图片
Android 使用MyThread创建线程,这是用法实例源码,本例中使用线程来控制切换图片
public void onCreate(Bundle savedInstanceState) {//重写的onCreate方法
super.onCreate(savedInstanceState);
setContentView(R.layout.main);//设置当前的用户界面
myImageView = (ImageView) findViewById(R.id.myImageView);//得到ImageView的引用
MyThread myThread = new MyThread(this);//初始化MyThread线程
myThread.start();//启动线程
}
public void run() {//重写的run方法
while(true){//循环
activity.myHandler.sendEmptyMessage((what++)%4);//发送消息
try{
Thread.sleep(2000);//睡眠
}
catch(Exception e){//捕获异常
e.printStackTrace();//打印异常信息
}
}
}
- 2022-03-24 06:51:47下载
- 积分:1
-
android 调用摄像头录制视频并播放 实例源码下载
android 调用摄像头录制视频并播放 实例源码下载
- 2015-01-13下载
- 积分:1