ListView clicklisteners

后端 未结 2 1819
暗喜
暗喜 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 15:54

    Here are some links for you are looking for. Advanced but if you stick with it and dont give up on this, you will learn a ton!!! Take a look:

    Android: ListView elements with multiple clickable buttons

    Android custom list item with nested widgets

    0 讨论(0)
  • 2021-01-28 16:00

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

    0 讨论(0)
提交回复
热议问题