I Have an imageview at the center of the screen. Once the user cliicka a button, i want to move it to “below a text view I have” while rotating it (kinda like a freesbie going from point A to point B)
How can I achieve that? I know the inageview xnl part, the button listener and all that, but not sure how to
1- move the image to a another position relative to a view (lets say below textview field)
2- rotate the image while moving
Any help is appreciated. Thank you
Use animation, here is a good link that will get you started with the animation in android. It has example for how to rotate items.
http://www.hascode.com/2010/09/playing-around-with-the-android-animation-framework/#Rotate_Animations