new here.
I'm kind of stuck. I have an ImageView
that I need to find out the current angle. And then do something based on that angle. Like:
if (angle >= 180 && angle <=50){
do this
}
Any ideas?
new here.
I'm kind of stuck. I have an ImageView
that I need to find out the current angle. And then do something based on that angle. Like:
if (angle >= 180 && angle <=50){
do this
}
Any ideas?