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
![circle_img.png](/android/forum/proxy.php?image=https%3A%2F%2Fwww.cafecoffeeday.com%2Fccdm%2Fmoments-fortune%2Fimages%2Fcircle_img.png&hash=6e5787ecce4a6620df3f924b40864a77)
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