Tagged Questions
1
vote
2answers
1k 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 ...
0
votes
1answer
87 views
Continuously scrolling Gallery?
I have a Gallery object that scrolls from left to right and back again. However, I would like to make this Gallery circle back on itself, that way when I get to my last View, the very first one is ...
0
votes
1answer
713 views
GridView Scroll By one row
Hi i am implementing a gridView and i have trouble making it scroll down 1 row at a time with every scroll event.
my grid has a height of 1 row item (items height is 75dp). i don't want scrolling to ...