I wanted to programmatically change the position values of a path from a vector drawable. I've seen that it wasn't possible since ressource files cannot be modified after runtime. An animated vector isn't suitable for what I want to do (display a cursor indicating a position while changing acitivities).
So I wanted to ask if you had any Idea of a suitable solution to display a cursor (a point) on an imageview (a map) ?
Maybe you should use vector morphism: https://lewismcgeary.github.io/posts/animated-vector-drawable-pathMorphing/ or just translate whole vector by X and Y. If you have complex vector maybe you should split it into two vectors.