Hello,
I am using both Interpolator and ValueAnimator at android Studio for smoothing the marker/car movement at Google Map.
Is there is any such library for smoothing marker/car movement available for B4A?
I have found NineOldAndroids library, but I am not sure about how to use the library related to Interpolator or ValueAnimator.
@Erel... I found your example.....and It runs fine.
But how do I animate [with smoothness] the marker as per the lat/long received from GPS on Google map. I am able to move the marker as per GPS data[lat/long], but here the point is the smoothness is not coming. There is a jerk for every seconds movement.
A pointer or any such example code will be helpful for me.