which is the best layout to make an app like flipboard on Android?
I need an UI that shows 6 tiles (2x3 format portrait) and it could be a list of tiles but, I need that each 6 tiles I slide the screen to see a new group of tiles. Is it better to use GridView, FrameLayout or ViewPager?
Thanks