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 ?
Asked
Active
Viewed 1.4k times
2 Answers
13
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.

shalafi
- 3,926
- 2
- 23
- 27
-
it's great. I want to learn to create it myself can you guide me? Thanks – hosseinAmini Nov 08 '16 at 17:11
2
You can check this question which has some good link to Patricle Effects tutorial

Community
- 1
- 1

Bhabani Shankar
- 1,267
- 4
- 22
- 41