-
Android-Total(5)
关于android开发技巧总汇系系列5,内容总结的不错,值得参考(Department on android development skills confluence Series 5, the content summary of good, valuable reference)
- 2013-07-12 12:56:58下载
- 积分:1
-
android 仿qq侧滑菜单 实例源码下载
仿照qq 5.0 侧滑效果,很棒
- 2015-01-28下载
- 积分:1
-
android指南针实例
本代码是基于android实现的一个指南针示例,在手机界面上会有一个指针以及东、南、西、北四个方向,真正实现了指南针的功能。本代码是基于android实现的一个指南针示例,在手机界面上会有一个指针以及东、南、西、北四个方向,真正实现了指南针的功能。本代码是基于android实现的一个指南针示例,在手机界面上会有一个指针以及东、南、西、北四个方向,真正实现了指南针的功能。
- 2022-12-05 23:35:04下载
- 积分:1
-
ditushangliangdianjianjuli
使用eclipse实现的计算地图上两点间距离的程序,是一中安卓的小应用程序(The eclipse implementation program to calculate the distance between two points on the map, is the application of one Andrews)
- 2013-04-23 12:55:45下载
- 积分:1
-
cartoon_Application
基于安卓的高仿快看漫画项目源码,只是仿照了UI部分,没有实际功能。仿照的UI有设置、分类、热门、首页按星期展示内容等部分。一个常见展示类app的大体框架就是这些了。可以在本项目基础上自己二次开发。(Based on Android s high imitation fast look at the comic project source code, just modeled on the UI section, there is no practical function. Modeled on the UI have set, classification, popular, home page by week display content and other parts. A common display of the general framework of the class app is these. Can be based on the project itself, the two development.)
- 2016-09-03 10:27:36下载
- 积分:1
-
5.4-SQLite
Android 编程之数据库 SQLlite学习例子(an example for the learning of Android database)
- 2012-06-24 03:44:23下载
- 积分:1
-
此代码为Android的模拟微信界面的代码
此代码为Android的模拟微信界面的代码,很适合Android初学者学习
- 2022-05-07 15:02:42下载
- 积分:1
-
OBDdemo,基于Android平台的车况检测系统
应用背景Android平台,OBD协议,通过蓝牙连接,可以更好的了解汽车运行状态,需要发送命令,然后接收数据。对故障码进行分析,然后得出结论。关键技术关键技术包括:OBD即车载诊断,还有利用Android平台,通过蓝牙连接,OBD协议
- 2022-11-26 02:25:03下载
- 积分: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
-
4路继电器模块控制家庭灯的开关
【实例简介】四路继电器实现220V交流电的控制
- 2021-08-09 00:31:00下载
- 积分:1