Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

particle effects?

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 ?

like image 430
user1169079 Avatar asked Mar 20 '12 10:03

user1169079


2 Answers

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.

like image 54
shalafi Avatar answered Sep 22 '22 12:09

shalafi


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

How to create fireworks particle graphics effect on android

like image 44
Bhabani Shankar Avatar answered Sep 18 '22 12:09

Bhabani Shankar