↧
Touch feedback with RecyclerView and CardView
I would love to enable touch feedback for my Open-Source library. I've created a RecyclerView and a CardView. The CardView contains different areas with different onClick actions. Now I would love to...
View ArticleUnusual RecyclerView item touch feedback
After creating a RecyclerView, I noticed some weird behaviour when an item is clicked. The ripple effect is shown, but after that the whole item gets highlighted. Does anyone know why the RecyclerView...
View Article