What I have: I have a TextView with Ellipsize = Marquee. The textview's focus is true, so that I don't have to focus it manually, to start the text rotation.
What I want: I want to do some operation when the 1st rotation of the text is complete. e.g. I want to show a toast or change the text of the textview. Is there anything like an event is raised after the rotation, before starting the 2nd cycle of text rotation.
What is the problem: I cant figure out on how to get notified when the first rotation of the text in TextView is complete.