guenodz / recyclerview-selection-demo

A simple Android project that demonstrates the usage of the androidx.recyclerview.selection support library
28 stars 6 forks source link

Does it work properly? #3

Open piotr-pawlowski opened 5 years ago

piotr-pawlowski commented 5 years ago

I have read your post on Reddit. Does your sample work properly? Did you fix it?

guenodz commented 5 years ago

Are you talking about this issue #2 ?

piotr-pawlowski commented 5 years ago

https://www.reddit.com/r/androiddev/comments/9yh1u9/recyclerview_selection_has_anyone_successfully/

Nothing ever gets selected, the bind@adapter never gets called after clicking items. Has anyone done it successfully?

guenodz commented 5 years ago

I just tested the demo and it works fine for me. item-selection-demo

piotr-pawlowski commented 5 years ago

I have cloned your repository, installed app and it doesn't work. Methods from StringItemKeyProvider are not called.