posted 9 years ago
Hi
I want to do a simple animation, a ball bouncing on collision with the walls, this animation should keep on going.What is the best way to do it.
Currently i tried ObjectAnimator and set LinearInterpolator.But I dont see the animation smooth.
Any idea how its normally done in Android Gaming platform?