6

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 ?

user1169079
  • 3,053
  • 5
  • 42
  • 71

2 Answers2

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
2

You can check this question which has some good link to Patricle Effects tutorial

How to create fireworks particle graphics effect on android

Community
  • 1
  • 1
Bhabani Shankar
  • 1,267
  • 4
  • 22
  • 41