I use this code snippet to make the text scroll from right to left. But I want it to have smoother motion, it can move like this??
I have tried continuously checking the scroll position coordinates to make two TextViews run alternately with each other, but it consumes a lot of resources and the two TextViews overlap during scrolling.