Reputation: 13
I have multiple textviews inside a horizontalscrollview. Now I want to scroll all the textviews inside it so that all multiple textviews gets displayed. How can I achieve it ?
Thanks in advance.
Upvotes: 0
Views: 1043
Reputation: 2062
Here is one git project. Its a scroller the scroll automatically and continously. It was made to show a credits screen by continously scrolling through a list of images. This might help you or give you some idea.
https://github.com/blessenm/SlideshowDemo
Upvotes: 1