Android - how to build a 2d Dimension gallery with vertical and horizontal swiping
问题 I want to build a custom gallery. a 2d Dimension gallery , user can swiping page vertical and horizontal. i store information like a 2d map, each page have its x and y coordinate. ======================== like first page is (0,0) upper of first page is (0,-1) second page is (1,0) ======================== if upper of first page swiping right , then will go second page. but i don't know how do i go forward. Thanks -- update -- more detail what i want. originally gallery only have left and right