android 如何点击listview 获取选中行 并赋值给其中的textview 日期:2015-08-14 10:43:08 人气:1 android 如何点击listview 获取选中行 并赋值给其中的textview 自定义适配器继承BaseAdapter在getView中通过position位置来为textview赋值;