-
gzfw
实现药品种类查询,药品价格查询,药品相关资讯展示的app(Achieve new, add, query layer, and map online editing, including printing and other controls)
- 2017-07-13 19:41:56下载
- 积分:1
-
手势跟踪显示例子
用于在ANDROID系统中显示手势的输入
该程序用JAVA在android系统上实现
可以编辑
本例子只用于手势输入的跟踪显示 不提供手势 显示等具有输入法功能的程序
- 2022-03-13 22:31:40下载
- 积分:1
-
How to make splash
说明: 制作Android开机Splash.img镜像文件(Making an Android boot Splash.img image file)
- 2020-06-23 12:40:01下载
- 积分:1
-
列表拖动
列表拖动
- 2013-12-22下载
- 积分:1
-
binderhook
android 热加载和热修复的demo,实现不用重新安装程序,便可以对bug进行修复,动态方式,插件化,对Android框架内的binder进行hook,从而对有bug的地方进行修复。
- 2022-02-02 20:34:52下载
- 积分: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
-
火车订票app
- 2022-02-26 14:31:04下载
- 积分:1
-
asmack-android-6.jar
说明: smack是一套很好的开源即时通讯api,是基于Xmpp协议的实现,而在Android,则提供了一个asmack的jar包,其功能以及用法跟smack一致。(Smack is a good open source instant messaging api, based on the implementation of Xmpp protocol, while Android provides an asmack jar package, which functions and uses the same as smack.)
- 2020-06-17 22:20:01下载
- 积分:1
-
Android_HttpClient_jar包
Android httpClient的jar包,用于http的网络请求
- 2023-05-10 09:55:03下载
- 积分:1
-
TopFrame
像"天天动听"软件一样实现最上方的悬浮文本(Suspended above the text to achieve the most like a " nice day" software)
- 2012-10-16 17:55:24下载
- 积分:1