-
androidlistview,listview 任意拖动排序,可运行
androidlistview,listview 任意拖动排序,可运行
- 2022-03-26 04:33:50下载
- 积分:1
-
较为完整的能够实现天气预报的程序
可以实现以下功能:
1、可以罗列出全国所有的省市县
2、可以查看全国任意城市的天气信息
3、可以自由切换城市,去查看其它城市信息
4、提供手动更新一集后天自动更新
- 2023-05-14 20:25:03下载
- 积分:1
-
android 下NFC 开发源码
详细演示手机NFC读取NXP ultraLight卡的读取方法通过此例可以推广到其他各种卡的读取,例如复旦卡等也可以编写出读取当前各种公交卡、地铁卡的读写本例由NXP公司出品,绝对经典
- 2022-05-08 05:14:54下载
- 积分:1
-
仿微信录制小视频播放
应用背景该案例 是仿微信录制小视频效果,视频播放流程效果好。关键技术用自定义View 来实现,不是调用的手机自带的照相机。可以设置视频的录制时间为30s 这个可以自定义。主要功能有录制视频,停止视频,播放视频。效果很不错。
- 2022-02-16 05:41:40下载
- 积分:1
-
Android 的游戏 clonybird
Android 的游戏 clonybird其他
- 2022-01-25 20:03:32下载
- 积分:1
-
ZxingDemo
android上使用ZXing识别条形码和二维码,代码简单易懂,相信能帮助读者迅速掌握相关的开发(the use of android and two-dimensional bar code ZXing identification code, the code easy to understand, that can help readers quickly master the relevant development)
- 2020-11-04 16:19:51下载
- 积分:1
-
location_jiankong
android 位置监控,让别人可以得到自己的位置,也可以自己查看地图(android position monitoring, so that others can get their own location, you can see for yourself map)
- 2013-08-31 17:33:55下载
- 积分:1
-
android 232串口通讯
mApplication = (Application) getApplication();
try {
mSerialPort = mApplication.getSerialPort();
mOutputStream = mSerialPort.getOutputStream();
mInputStream = mSerialPort.getInputStream();
/* Create a receiving thread */
mReadThread = new ReadThread();
mReadThread.start();
} catch (SecurityException e) {
DisplayError(R.string.error_security);
} catch (IOException e) {
DisplayError(R.string.error_unknown);
} catch (InvalidParameterException e) {
DisplayError(R.string.error_configuration);
}
- 2022-01-24 15:19:55下载
- 积分:1
-
android 下载图像演示,在 android 系统上使用的异步 http
android 下载图像演示,在 android 系统上使用的异步 http
示例:
字符串 [] allowedContentTypes = 新 String [] {"图像/png",
"图像/jpeg"};
client.get ("http://m.synjones.mobi/ocsp/logo/23010001xcv.png",新的 BinaryHttpResponseHandler(allowedContentTypes) {
@Override
公共 void onSuccess (字节 [] 把图像数据) {
/ / 成功有反应
请尝试 {
如果 (对话框的! = null)
dialog.dismiss() ;
对话框 = null ;
} catch (异常 e) {
e.printStackTrace() ;
}
}
@Override
公共 void onFailure (致伤 e,字节 [] 把图像数据) {
/ / 响应失败:(
请尝试 {
如果 (对话框的! = null)
dialog.dismiss() ;
对话框 = null ;
} catch (异常 e1) {
e1.printStackTrace() ;
}
}
});
- 2022-01-31 11:08:21下载
- 积分:1
-
android 拍照上传 实例源码下载
android 拍照上传 实例源码下载
- 2014-06-19下载
- 积分:1