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
1
vote
1 answer
Is there any tut/e.g available to implement a u.i navigation tool similar to flipboard browser?
Does anyone knows a tutorial that could help me to build something similar to the browser of flipboard?
Basically i would like to filter some contents from a DB in my app and I am specially interested to understand how their browser was implemented…

tiguero
- 11,477
- 5
- 43
- 61
1
vote
0 answers
Flipboard transformer for Viewpager.
How can I implement a transformer like the one in the Flipboard app in the Viewpager using this method transformPage()?

Ahmed Magdy
- 41
- 6
1
vote
1 answer
How do you gather news articles like Flipboard?
I'm attempting to build an iOS app involving news articles but I am unable to gather full bodies of news articles as well as find news article apis. I've attempted the NYTimes news api but they do not provide the body of an article? How does…

blackfrost
- 33
- 3
1
vote
1 answer
Codecademy flipboard code not working on my computer
I went through the Codecademy flipboard tutorial which basically just shows you how to put a .js file together for a carousel. I took the code from the website and created files on my computer.
I'm saving them as separate files on my computer in…

GCQ
- 190
- 3
- 11
1
vote
0 answers
tympanus codrops page layout inspired by flipboard
When i am using the page layout inspired by flipboard from tympanus i am not able to select stuff inside the selected content.
For example: If i am in a specific page and i click in one box, the content in that box appears inside a div that occupies…

João
- 331
- 1
- 3
- 17
1
vote
0 answers
Android Flipboard App animation
I'm Implementing Flipboard Animation in my activity pageIndicatorActivity its showing an error i.e The method Page(NoteViewAdapter) in the type FlipViewController is not applicable for the arguments
(PageIndicatorActivity.NoteViewAdapter)
this…

govind
- 19
- 1
1
vote
1 answer
Submitting WordPress blog to Flipboard
Does anyone know of a simple way to submit my blog feed to flipboard?
It requires things like the entire post in the rss feed.
Whole list here: https://flipboard.com/rss
I already have a feed running through feed burner. Is it possible to have two?…

Will
- 11
- 1
- 4
1
vote
1 answer
Redirect single user agent to a specific RSS feed
I have asked this before and since then done a lot of searching but I can't find a solution other than a suspicion that it will be a targeted 301 redirect in htaccess - having read https://support.google.com/feedburner/answer/78464?hl=en
If anyone…

Paul Brown
- 83
- 11
1
vote
1 answer
CSS Flipping Page Effect
I'm building an web application with effect similar to FlipBoard.
At first, I was trying to use this open source. But I don't really like the way it's implemented (create duplicates for each page and overlap each other when rotate)... plus, when I…

xialin
- 7,686
- 9
- 35
- 66
1
vote
1 answer
Use CSS Transform rotateY() on a div element
I have a div element 'page', which contains two children div 'front' and 'back'. I want to do a flipping page effect with transform rotateY(Ndeg).
this.$flippingPage.css({
'-webkit-transform': 'rotateY(-' + angle + 'deg)',
'-moz-transform':…

xialin
- 7,686
- 9
- 35
- 66
1
vote
1 answer
AFKPageflipper iOS 7 issue
I have implemented AFKPageflipper for page flip action as like flip board app.But flip animation was not working properly on iOS 7 as expected.But its working fine on below version.
I am wondering about this issue.Can anyone please suggest me…

Mage
- 151
- 1
- 14
1
vote
1 answer
Android Flipboard Style Library
I am looking to implement a Flip-board style effect in my android Application application. Is there an Library available

Harsha M V
- 54,075
- 125
- 354
- 529
1
vote
4 answers
How to flip between views like FlipBoard Animation in iOS?
I want to switch from one view to another view in iOS 5, it switch normally.
But I want to flip between views like FlipBoard animation.
Is it possible? If it is, Please help me to do this in my project.
Thank you in advance.

Deepu
- 2,590
- 19
- 52
- 74
1
vote
3 answers
Create a Jquery animation like Flipboard popup
I want to implement a Jquery/JS animation like the Flipboard popup animation.
When user clicks on an image, the image will expand to a certain size and its white background expands until it occupies the whole screen.
Once the animation is done the…
user840801
0
votes
1 answer
Flipboard UI in Sencha Touch?
How would I implement the two main screens of a Flipboard styled app in Sencha Touch 2? The "table of contents" screen is a series of square tiles, while the drill down has a multi-column newspaper look.
[Update]
This new example looks…
user568866