Sliding View in android
I am developing an android vocab app. My requirement is that when word moves to another word. The transition should be like sliding. I am displaying word in textView开发者_开发问答.
I want to implement a sliding behaviour to the textView when text value changes.
It should behaves like a page truning or sliding.
Maybe this is what you looking for link. You can set animations to TextSwitcher.
精彩评论