Reputation: 21
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.sstatic.net/hNvxt.jpg
Upvotes: 0
Views: 895
Reputation: 5740
This approach can help to implement such layouts.
Upvotes: 0
Reputation: 13520
Maybe this library is what you are looking for https://github.com/openaphid/android-flip
Upvotes: 1