I want to create a scrollable text ticker for a simple Android application.
I have a large list of quotes stored in the array, and I would like to randomly fill my ticker with quotes: one quote scrolls completely, then another is randomly selected and scrolls its way to the end, etc.,
The ticker must break through, regardless of what it focuses on or hangs on ...
1) How to create a text ticker for these purposes?
2) How to fill a ticker with a constant stream of random quotes selected from my array?
thanks
source share