Flipboard android layout choice

899 Views Asked by At

I was wondering if anybody had any idea about how to mimic this Flipboard ui in android. I'm thinking that they might be using fragments, using gridview and list view, but the implementation of the gridview makes me wonder. Gridview with rows with three columns and a row with one column confuses me. Any suggestions would be appreciated.

View the Flipboard UI: https://i.stack.imgur.com/hNvxt.jpg

3

There are 3 best solutions below

1
On

Maybe this library is what you are looking for https://github.com/openaphid/android-flip

1
On

What you need is StaggeredGridView. Maybe this link helps you.

0
On

This approach can help to implement such layouts.

  1. Create a gridview or create grid columns
  2. Add this view as Header view for Listview