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?
Asked
Active
Viewed 1,317 times
2

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 Answers
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
-
Thanks, looks very nice.However, is it free OK to use it in commercial app? :) – Georgi Koemdzhiev Jun 19 '15 at 01:18
-
1There are Terms and Conditions here (http://www.apache.org/licenses/LICENSE-2.0) – Rick Jun 19 '15 at 01:42
-
-