I have drawn an arc which is basically parabolic in shape.I want an imageview to follow that curve and eventually fall on the ground where the curve ends.Please suggest me android API’s which I can use to achieve this.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
TranslateAnimation to from one point to the other
RotateAnimationto rotate the image as it travels along the curve.AnimationSetto combine these two if needed.