0

I have been working on RecyclerView and CardView recently provided by Android L. Both of them are quite impressive but I got disappointed when I wanted to use onItemSelectListener with RecyclerView and couldn't find such method. Help needed.

Mujtaba Ahmed
  • 101
  • 1
  • 3
  • 1
    Maybe [Why doesn't RecyclerView have onItemClickListener()?](http://stackoverflow.com/questions/24885223/why-doesnt-recyclerview-have-onitemclicklistener) can provide the answer. – EWit Oct 22 '14 at 14:58
  • No I don't think it is an answer to my question. @ewit – Mujtaba Ahmed Oct 22 '14 at 15:55
  • 1
    The answer on that question explains that due to the changes in how the RecyclerView is constructed there isn't really an item to select. This due to further abstractions to arbitrary views. Which answers the "why". You never asked the question: "How do I get around it/create an onselect listener?". – EWit Oct 22 '14 at 18:48
  • Do you know how can I create an onselect listener ? – Mujtaba Ahmed Oct 22 '14 at 20:37

0 Answers0