-
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
-
此代码为Android的模拟微信界面的代码
此代码为Android的模拟微信界面的代码,很适合Android初学者学习
- 2022-05-07 15:02:42下载
- 积分:1
-
AutoRingProjectxx_zz_src
I created this app to simulate the ring behavior of the Motorola RAZR which would switch to loud when charging and return to vibrate-only when disconnected (no manual adjustment needed). This app also allows the reverse scenario (silent when connected otherwise ring).
This tutorial assumes you already have the Eclipse environment up and running. If you are new to Eclipse and Android development, I recommend going through the temperature converter tutorial which can be found here.
- 2012-06-20 10:51:20下载
- 积分:1
-
请求网络资源
利用url请求网络上特定的资源,包含全部代码,布局文件等
- 2022-01-26 03:08:35下载
- 积分:1
-
java 读写excel 示例代码
java 读写excel 示例代码
- 2015-04-25下载
- 积分:1
-
Android-OS-3.0music3.0.1
android最近版的播放器,有源码,资源文件,供android开发者的使用(android recent version of the player, there is source code, resource files, for the use of android developers)
- 2011-08-08 14:42:39下载
- 积分:1
-
FlowLayout
流失标签,用于搜索推荐,可定义点击状态,用于搜索推荐,可定义点击状态(Lost tags, used for search recommendation, can define click status, used for search recommendation, can define click status)
- 2020-06-21 22:20:02下载
- 积分:1
-
Android反编译 辅助工具
android反编译APK工具,通过控制台指令对APK文件中的classes.dex文件进行反编译,然后使用jd-gui查看源代码
- 2022-06-19 06:49:25下载
- 积分:1
-
Android 从主服务器登录
这个项目帮助您如何在 android 系统中创建登录窗体。总的 crud 操作。如何添加、 更新、 删除数据库在安卓系统。谢谢
- 2022-02-27 03:46:35下载
- 积分:1
-
JavaOpenGL
it is a book java open GL for android.
Book for beginner.
- 2012-05-14 22:59:04下载
- 积分:1