Hari Krishnan
Results
1
comments of
Hari Krishnan
I tried to perform scale animation to the list of texts. ` hTextView = findViewById(R.id.textViewAnimate); hTextView.setAnimationListener(this); hTextView.animateText(animateWords[animateWordIndex]);` And in the listener, On Animation End Listener, I tried to move to...