-
接种疫苗
出生婴孩和所有数据同步到本地日历接种相应警报将生成。
- 2022-08-15 06:35:08下载
- 积分:1
-
PlaneGame
java实现的android版飞机游戏,主要有surfaceView、mediaPlayer、MVC等的运用(java implementation plane game android version, mainly surfaceView, mediaPlayer, MVC, etc. use)
- 2013-07-11 17:43:08下载
- 积分:1
-
Android.Application.Testing.Guide
android测试,英文版的,写的很基础(for android test)
- 2013-09-22 12:28:52下载
- 积分:1
-
Android LinearLayout结合TextView选择列表项数据
Android LinearLayout结合TextView选择列表项数据,在虚拟机上是单击鼠标选中一行数据,在手机上则是手触摸一下即选择对应数据行,循环生成每行的包含对应各个列数据的Map;col1、col2、col3为列名,可参考相关代码:
重写选项被单击事件的处理方法
TextView tv=(TextView)findViewById(R.id.TextView01);//获取主界面TextView
LinearLayout ll=(LinearLayout)arg1;//获取当前选中选项对应的LinearLayout
TextView tvn=(TextView)ll.getChildAt(1);//获取其中的TextView
TextView tvnL=(TextView)ll.getChildAt(2);//获取其中的TextView
StringBuilder sb=new StringBuilder();
sb.append(tvn.getText());//获取姓名信息
sb.append(" ");
sb.append(tvnL.getText());//获取描述信息
tv.setText(sb.toString());//信息设置进主界面TextView
- 2022-01-26 02:38:14下载
- 积分:1
-
自定义带有删除功能的edittext实例,在登录,搜索等地方经常用到可以直接用 android 实例
自定义带有删除功能的edittext实例,在登录,搜索等地方经常用到可以直接用 android 实例
- 2014-08-22下载
- 积分:1
-
AuthenticatorDescription
A Parcelable value type that contains information about an account authenticator for Andriod.
- 2013-10-21 16:23:50下载
- 积分:1
-
Android 小说
Android 小说 Android 小说 Android 小说 Android 小说 Android 小说 Android 小说
- 2022-02-16 08:28:10下载
- 积分: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 自动更新
这是Android自动更新代码,没有使用系统的DownloadManager,而是自己写的下载更新,可以满足很多APP的更新需求,
- 2022-03-24 23:57:15下载
- 积分:1
-
wifi_control_computer
一个基于安卓平台的用wifi控制电脑的源代码(An Android-based platform for the control of a computer source code wifi)
- 2013-09-07 20:08:04下载
- 积分:1