Hi,
I am working on a board game. I have a board and pieces over its positions.
I have a PieceView that draw the piece's drawable bitmap on the corresponding position.
Now I want to translate this piece to another position (up, down, left or right). I made a TranslateAnimation, and it almost work, the problem is when the animation end, the piece go bak to his previous position. I suposse that it make a redraw once the animation finished.
Do you know how to avoid the last redraw?
Regards,
Chiara


