Flipboard is a social magazine application for Apple's iPad. The application is designed to collect the content of social networks and other websites and present them in magazine format, while making use of the iPad's large touch screen.
Questions tagged [flipboard]
55 questions
21
votes
7 answers
Flipboard’s layout algorithm
I hope many of you would have heard about Flipboard. One of the most amazing things about this iPad app is the way it lays out the content which changes dynamically based on orientation of iPad & based on the streaming content.
So given a set of…

Srikar Appalaraju
- 71,928
- 54
- 216
- 264
15
votes
1 answer
Sliding tabs inside actionbar tabs
I am trying to implement sliding tabs inside actionBar tabs just like flipboard. So one of the main tabs will have three tabs. Sub-tabs will scroll first and once all tabs get scrolled, then main tab comes into focus and will start scrolling.
I am…

user1288005
- 890
- 2
- 16
- 36
13
votes
2 answers
How to use Flipboard effect on Android
I really like some effects in iPad. Especial flipboard, but I am an android developer at the moment, so I want to build an app which has the same effect. But I cannot find any source code about it on the Internet. On youtube I found a video I really…

NemoDo
- 151
- 3
- 11
5
votes
2 answers
How to create a card flip effect on DIV using javascript
I want to create a card flip effect (same as webkit transitions and 3d transforms) on DIV using simple javascript and CSS and NO libraries or plugins. How can I achieve this? As most of the CSS3 properties work for webkit browsers. And most of the…

manishekhawat
- 699
- 3
- 12
- 18
4
votes
1 answer
Creating a Flipboard compatible RSS Feed
Has anyone managed to do this?
I've tried using .Net's SyndicationFeed and I've tried the most simple static page. I've read various guidance on what Flipboard is looking for and I've even tried those published examples.
The feeds are valid, but if…

cirrus
- 5,624
- 8
- 44
- 62
3
votes
2 answers
Clickable TextViews in Staggered GridView
I am trying to show dynamic list of strings in GridView. Every word will be clickable and can be selected or deselected. I am attaching a screenshot of Flipboard as I want exactly the same functionality.
Please help me to find out the same…

user1288005
- 890
- 2
- 16
- 36
3
votes
3 answers
How can I make my timeline with Graph API?
I've studied Facebook API for several hours, and googled lots of pages. But I can not find the way get posts list just like my timeline on Facebook app.
I would like to make a Web app that show my timeline posts just like Flipboard. I found an API…

Zigfreid
- 121
- 3
- 8
2
votes
0 answers
Modify the Amazon affiliate ID for a link in an AMP page
In order to better understand how Flipboard traffic performs compared to normal web traffic, we'd like to use a unique Amazon affiliate ID for Flipboard when they load our AMP page in their mobile app.
AMP offers amp-script for custom JavaScript,…

Daniel Bachhuber
- 169
- 5
2
votes
1 answer
FlipBoard with core animation only
i would like to do a flipboard of many view (not image but uiview) by using only Core Animation, not OpenGL. i saw many exemple of flip but they involve only image flip and capture of image layer. like here: https://github.com/brow/leaves
some can…

titi_cameroon
- 31
- 1
- 4
2
votes
1 answer
Background animation like Flipboard android application
I want to implement animation like flipboard welcome screen. How to make automatically scrolling animation in background. Anyone have any idea or example..?
check this gif image

Nils
- 647
- 6
- 16
2
votes
3 answers
Two recycler view in same layout as in flipboard app
I want to use a RecyclerView(list like) below another RecyclerView(Grid like) as in flipboard
I tried two RecyclerView inside ScrollView with wrap content but nothing is showing.
I can able to see two views if it is placed in linear layout and…
user4488923
2
votes
0 answers
Getting started with Flipboard
I am a designer for a magazine that would like to explore offering content on Flipboard. I am not really an expert on RSS and I was wondering how I should set up my code? I noticed that on the Flipboard site it gives some examples of optimized…

Nate Gines
- 345
- 3
- 14
2
votes
1 answer
How to eliminate white frame while flipping half-way through the next view?
iam using Aphid-FlipView-Library to display static html pages using webview.
but while flipping ,(moving) from one page to another iam getting some white frame ,after that second page is normally loading..
can any one help me , how to remove that…

vaish
- 33
- 4
2
votes
1 answer
flip board menu style for android
In my app,first activity if we click one button it should open sencond activity with transparence only at the end some part. So when we are in second activity, the content of first activity should visible some part. Its like exactly Flipboard style…

Hybris
- 97
- 1
- 6
2
votes
1 answer
Create a web animation like Flipboard dashboard image flip
I'm trying to use Jquery/HTML/CSS to create an animation like Flipboard dashboard imageflip.
See the demo here http://www.youtube.com/watch?v=w1fTI7oYfbI .
The person who implemented the above animation didn't post any codes.
Can anyone suggest…
user840801