I have 2 coordinates (one of source and one of destination) , both of which keep changing every 5 seconds. I want to display path between these two points in android.
I saw this and this. The first one appeared to be easy,because small code :). But it was using javascript. The second one however is for android and is quite intimidating for a begginer like me (Also it has not been edited for quite some time).
Is there an easier way?