As title, I'm currently working on an Android project. I need to implement a feature similar to "tap to like" on Instagram.
I think this feature could be described in this way. When tapping the button, a small image(heart icon on Instagram) floats from the position of the button in a random path, with fade-out effect, and finally disappear.
Any simple way to do this?
Finally, I use Bezier Curves to draw the path and make the heart pic move along w/ it