particle effects?

user1169079 picture user1169079 · Mar 20, 2012 · Viewed 12.4k times · Source

I want to achieve particle effect when an object is found. I have relative Layout on which I have many ImageViews are Placed now when user click on the ImageViews I want some particle effect to happen ( I do not want sprite animation ). How will I achieve it ? any good reference or help ?

Answer

shalafi picture shalafi · Jun 2, 2014

I had the same problem as you, and following the recommendations, I implemented it, and also open sourced it as a library.

https://github.com/plattysoft/Leonids

It is quite easy to use and also very lightweight.

You probably had this sorted out since the question is quite old, but I hope it will be useful to other people with the same problem.