开发者

android programming for creating animations [closed]

开发者 https://www.devze.com 2023-01-21 16:46 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, ov开发者_StackOverflow中文版erly broad, or rhetorical andcannot be reasonably answered in its cu
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, ov开发者_StackOverflow中文版erly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

i hav displayed the text in a textview.........i want to do animations like rotate etc.......how to do it? which classes are used for it?i want a example program for it?


http://developer.android.com/reference/android/view/animation/RotateAnimation.html

RotateAnimation rotate = new RotateAnimation(0f, 90f);
rotate.setDuration(1000);
textView.startAnimation(rotate);
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号