Hello,
I have a label with text "X" . X moves 10dip from top to bottom every 2 seconds. ( Like its moving constantly on radar ) . I need to draw dots for the last 3 movements. I mean for its position 6 seconds ago ( -3 movement ) i need a dot and for its position 4 seconds ago i need a dot and for its position 2 seconds ago i need another dot . So upside down it will look like this:
.
.
.
X
Later when i draw the new dot on 8th second i want to delete the first drawen dot so there will always be 3 dots on its behind. I tried to use drawline from canvas yesterday but i had problems deleting the 4th dot as it does not have removeline or something like that.
Can you point me to a right direction about it so i can focus on the right thing ? Thanks
I have a label with text "X" . X moves 10dip from top to bottom every 2 seconds. ( Like its moving constantly on radar ) . I need to draw dots for the last 3 movements. I mean for its position 6 seconds ago ( -3 movement ) i need a dot and for its position 4 seconds ago i need a dot and for its position 2 seconds ago i need another dot . So upside down it will look like this:
.
.
.
X
Later when i draw the new dot on 8th second i want to delete the first drawen dot so there will always be 3 dots on its behind. I tried to use drawline from canvas yesterday but i had problems deleting the 4th dot as it does not have removeline or something like that.
Can you point me to a right direction about it so i can focus on the right thing ? Thanks