ListView clicklisteners

后端 未结 2 1841
暗喜
暗喜 2021-01-28 15:28

I have a list view which has a couple of views within it, I have a textView and an ImageView.

What I need to do is, I want a pers

2条回答
  •  情深已故
    2021-01-28 16:00

    use holder.imageView.setOnClickListener() in getView() method of adapter class.

提交回复
热议问题