Vertical Gallery Implementation Using Listviews
We have to implement a vertical Gallery of objects (say static text) with fixed focus at the center of screen. Focus will stay at one point and the items will scroll up and down. T
Solution 1:
Gallery will not allow vertical scrolling, only horizontal. For that reason, I don't think your second question has a working answer. I recently needed to accomplish something along these lines and found this to be helpful: http://code.google.com/p/android-wheel/
Post a Comment for "Vertical Gallery Implementation Using Listviews"