2

I would like to add this nice effect to my RecyclerView items but I don't know where to start. Does anyone know of a good and simple tutorial on this topic?

enter image description here

halfer
  • 19,824
  • 17
  • 99
  • 186
Georgi Koemdzhiev
  • 11,421
  • 18
  • 62
  • 126
  • If you are designing your app with material-design theme and running it on devices with lollipop version then the ripple effect will be used itself. – waqaslam Jun 19 '15 at 00:21

1 Answers1

2

Here's a good library: RippleView

Hope it helps.

Update The library above is only for Buttons, as I was pointed out.

This library, RippleEffect, you can have the Ripple Effect to Views too.

Rick
  • 3,943
  • 6
  • 33
  • 45