I want to draw a line between these buttons programmatically because the user will determine where he/she be going so according to that information it should draw line between certain buttons. I am new to Android world and still learning it. Thanks in advance
I have tried the canvas class available but I dont know how to display the line between the buttons and show it on my main activity.