For example: Like the game bejeweled. At the beginning the gems are falling down. At the end, the gems are slowing down and stopping.
How i can do like this effects and animations? I mean, i want to give the animations to another class, and when the animations are completed, i will forwarded to the main class.
Is there a good library for this effects or animations in android. Or what is that called? Tweening?
I also want to make animated User Interfaces?
I’m programming with LIBGDX.
Thanks.
LibGDX has its own action API. See Actions of Actors in libgdx to learn more.
There is also a nice tween library which you can use with LibGDX. See Java universal tween engine.