Android ListView怎么添加点击监听
程序:布局:效果:效果做出来了,但是我想在每个行中都加入监听点击事件。新手,求实现方法。就是怎么给Listview添加点击事件谢谢...
程序:
布局:
效果:
效果做出来了,但是我想在每个行中都加入监听点击事件。
新手,求实现方法。
就是怎么给Listview 添加点击事件 谢谢 展开
布局:
效果:
效果做出来了,但是我想在每个行中都加入监听点击事件。
新手,求实现方法。
就是怎么给Listview 添加点击事件 谢谢 展开
2个回答
展开全部
你既然继承自ListActivity,重载OnListItemClick函数即可
* @param l The ListView where the click happened
* @param v The view that was clicked within the ListView
* @param position The position of the view in the list
* @param id The row id of the item that was clicked
*/
protected void onListItemClick(ListView l, View v, int position, long id) {
}
id就是点击的位置
* @param l The ListView where the click happened
* @param v The view that was clicked within the ListView
* @param position The position of the view in the list
* @param id The row id of the item that was clicked
*/
protected void onListItemClick(ListView l, View v, int position, long id) {
}
id就是点击的位置
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询