Implement gridview in Viewflipper
I have custom gridview with icon & text, gridview is displayed in 2 columns
now i want to implement it using viewflipeer
i.e every time I fling, it has to display a cell each time. when i fling to left, it has to show left cell item, like wise left,right, top, bottom
can any body help??
Thanx in advance
开发者_StackOverflowChiranjeevi
The problem is having a scrollable to detect a fling.
Look here for the problem: Swipe/Fling tab-changing in conjunction with ScrollView?
try out this solution : http://www.jmstudio.org/archives/391
精彩评论