-
AndroidException
Android Exception Test Source Code for Java Script.
- 2013-10-12 16:49:51下载
- 积分:1
-
RSA核心加密
RSA核心加密
- 2014-02-18下载
- 积分:1
-
opengles3-book-master
open gls3 android book
- 2014-12-21 23:26:02下载
- 积分:1
-
logcount
android小程序,用来查找手机中的log文件,并统计log文件的数量,用于手机安全软件进行手机内log文件清理(android small program used to find the phone log files and statistics log file number of security software for mobile phone log file cleanup)
- 2013-11-06 14:44:50下载
- 积分:1
-
android 虚线/边框/圆角 例子源码
android 虚线/边框/圆角 例子源码
- 2015-06-12下载
- 积分:1
-
Android 创建HttpPost对象 获取HTTP连接
HttpGet httpGetRequest = new HttpGet(urlGet);//创建HttpPost对象
try {
HttpResponse httpResponse = new DefaultHttpClient().execute(httpGetRequest);
if(httpResponse.getStatusLine().getStatusCode()==200){//连接成功
String result = EntityUtils.toString(httpResponse.getEntity());//获得资源
result = result.replaceAll("
|
|
|
", "");//去掉信息中的回车和换行
EditText etGet = (EditText)findViewById(R.id.etGet);//获得EditText对象
etGet.setText(result);//为EditText设置内容
}
} catch (Exception e) {//捕获并打印异常
EditText etGet = (EditText)findViewById(R.id.etGet);//获得EditText对象
etGet.setText("连接出错:"+e.getMessage());//为EditText设置出错信息
}
- 2022-03-21 18:06:57下载
- 积分:1
-
基于Android Studio开发平台并结合高德地图API的地图应用
Android Studio开发的应用,提供除了基础的地图、卫星影像显示外,还可以查看自己所在地或查询其他地区的天气;查看当前路况,并对自驾出行的用户进行路线规划,计算出行所用费用(经过高速公路时);同时可以查看周边(按关键字查找,如“餐馆”,可以查看当前位置5000米内离自己最近的10个餐馆)等功能。
- 2022-03-18 10:06:33下载
- 积分:1
-
IGetDoubled
Configuration Test extends Android Test Case Source Code for Andriod.
- 2014-01-17 11:26:23下载
- 积分:1
-
仿56视频播放源码
应用背景完美仿56视频,可播放视频,可全屏,可二次开发编辑。关键技术Android 2.1 及以上系统可用,包内含可执行apk及源码,可先安装apk测试验证。编译过程中若有错误提示,请根据编译器版本进行细微修改。
- 2022-02-14 14:50:03下载
- 积分:1
-
SimpleDateFormatTest
Simple Date Format Test Source Code for Andriod.
- 2013-10-24 10:53:27下载
- 积分:1