Particle effects?

I want to achieve a particle effect when an object is found. I have a relative layout on which I got a lot of ImageViews, now that the user clicks on ImageViews, I need some kind of particle effect (I don't want sprite animation). How can i achieve this? any good link or help?

+6
source share
2 answers

I had the same problem as you, and after the recommendations I implemented it and also opened it as a library.

https://github.com/plattysoft/Leonids

It is very easy to use and also very light.

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

+13
source

You can check out this question, which has a good link to the Patricle Effects tutorial

How to create the effect of graphic effects of fireworks on android

+2
source

Source: https://habr.com/ru/post/911183/


All Articles