I am trying to create a moving ball animation in my app everything is working fine, ball moved as i want but it is not smooth. I tried everything to make it smooth but no luck e
You need to try to use LinearInterpolator instead AccelerateInterpolator.
Go through this link, and try to implement it. You will get your solution. Link