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

有帮助吗?

解决方案

I think you should go for the FlipBoard Implementation which is already implemented and which provides full functionality of flipboard kind or layout.

You can also check out the Demo of Flipboard layout animation. Also a library of FlipView

Hope this will help you.

Thanks.

其他提示

you can use gridview for showing the 6 slides a 2x3. Its the best method for showing as tiles. If your each tile has different size then go for framelayout/viewpager.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top