setting an animation to requestFocus() in Android?

Posted by Gooner on Stack Overflow See other posts from Stack Overflow or by Gooner
Published on 2010-06-13T07:27:57Z Indexed on 2010/06/13 7:32 UTC
Read the original article Hit count: 111

Filed under:
|

I have an android application in which once when I call requestFocus() to a view I want to go to that view in an animated way (for eg: in an accelerated way, or a slow animation). All my views are in a ScrollView.

© Stack Overflow or respective owner

Related posts about java

Related posts about android