Tagged Questions
1
vote
3answers
2k views
How to scroll “infinitely” wide view in Android?
I am pondering the alternatives on how to scroll an "infinite", scale-like, control in android. The simple idea is to redraw the entire view on each scroll movement, but somehow it doesn't seem like ...