Following what is explained on Android move object along a path I drawed a circle path and could animate an object along it
Now I need to move the same object along the same path but using the finger. Basically it should be like a drag and drop but using the path as a guide.
How can I do such a thing?
Thanks in advance,