Create a ticker in android

I have a list of 1000 quotes that I want to display as text that scrolls smoothly and continuously. I have looked at this question Horizontal Scrolling Text in Android which explains how to do this for one line of code. After looking at another very similar question, I realized that it is very difficult to calculate the screen width and divide it by the speed for each stock, since the stocks are of different lengths. Are there any new tutorials that explain how to achieve this. ( Simple text run for Android scrolling, the  author of this question seems to have given up and didn't use the ticker). There is nothing senior to make a ticker in android.

The question bears very close resemblance to the second question I linked. But since the year is almost over, I wanted to know if there are any new ways to implement it.

+3


source to share





All Articles