Hi all
how can i rotate a image without animation when start again?
I need to make a circle like this
Button to start rotate and a button to stop
i m tryed the animation lib
animation.InitializeRotateCenter("", 0, 180, imgview1)
this works but have a effect when stop and start again, like fade animation.
i need rotate my imageview for ever dont stop, only stop when i press a button
i m tryed
anima.InitializeRotateCenter("", 0, 360, imgventilador)
anima.RepeatCount = -1
but dont work too, i see a animation stop before start the repeate.
how can i spin the image for ever with velocity x?
thx all
how can i rotate a image without animation when start again?
I need to make a circle like this
Button to start rotate and a button to stop
i m tryed the animation lib
animation.InitializeRotateCenter("", 0, 180, imgview1)
this works but have a effect when stop and start again, like fade animation.
i need rotate my imageview for ever dont stop, only stop when i press a button
i m tryed
anima.InitializeRotateCenter("", 0, 360, imgventilador)
anima.RepeatCount = -1
but dont work too, i see a animation stop before start the repeate.
how can i spin the image for ever with velocity x?
thx all