动画/转换文本/ textViews - android studio

时间:2017-06-05 03:38:12

标签: java android android-studio animation textview

基本上我已经实现了从一个textView到另一个textView的淡出功能,而且我想知道延迟后如何淡出或者在延迟后转换到其他文本。

Java代码:

 if (event.getAction() == MotionEvent.ACTION_DOWN) {

            pView.setText("Nice");
            pView.startAnimation(AnimationUtils.loadAnimation(PlayScreen.this, android.R.anim.slide_in_left));

代码在我的应用程序中工作正常 我发现其他问题使用其他方式制作动画,但对此方法没什么用处,或者使用valueAnimator会更好吗?

1 个答案:

答案 0 :(得分:0)

https://github.com/daimajia/AndroidViewAnimations 您可以使用此库,这非常简单