Android gridview and paging
I want to make paging with android GridView
, but first I 开发者_如何学Pythonwant to know if anyone has an idea of how to do that.
One way is to put your grid views in a ViewFlipper and then flip with an animation.
Use setInAnimation() and setOutAnimation() to set the animations and flip the pages with showNext() and showPrevious()
精彩评论