Questions tagged [flipboard]

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.

55 questions
0
votes
1 answer

Page flip effect same as FlipBoard app?

I want to make the pages flip effect same as FlipBoard app (here). Here is same post but I can't use this answer (the github link died!). Below is some screen shoot:
hungbm06
  • 1,549
  • 6
  • 24
  • 32
0
votes
0 answers

IOS linked and continuous animation like Flipboard app's first view

Here is my code: - (void)showother{ backgroundA.alpha = 1.0; backgroundB.alpha = 0.0; [UIView beginAnimations:@"ken" context:NULL]; [UIView setAnimationDuration:4]; [UIView setAnimationDelegate:self]; [UIView…
Burak
  • 5,706
  • 20
  • 70
  • 110
0
votes
1 answer

Flipboard is not fetching post feature image

Flipboard isn't fetching the post image from one of my websites, while the other is working perfectly on it. I am also attaching the image for you to see.
0
votes
1 answer

Android display apps on screen device

i want to create apps to display beside home screen, if position home screen and then swipe right display own apps, anybody give me solution to create that. Below example apps what i want there 3 screen, when left screen swipe display own apps…
0
votes
1 answer

Openaphid Flipview Implementation

Im having trouble in using this library. I want to implement it in our capstone project (Students Handbook in Android). I've only manage to import the library in my Android studio. I cant figure out what to do next. I've already search for…
jeromeee
  • 11
  • 5
0
votes
1 answer

Android: openaphid/android flip white flashes issue

I am using openaphid flipview library for flipping animation in my application. Everything is working fine but there is a white flash coming when I flip forward. Backwards is working fine. I think no support is now available from the developers. Has…
0
votes
0 answers

How to make a shadow look in bottom of a listview or girdview cell like flipboard in android

am new to android i need to display some data which i have done, but what i need is the look of each cells in the list-view. my requirement is that to add a light shadow in the bottom of each cell in the list view which is similar as the cells in…
0
votes
0 answers

Scroll down a container with hidden overflow using jquery and css3 animation(flip vertically)

I have a div which contains 20 lines of text. I want to disable normal scroll and use flip effect (vertical) when I scroll down to see the text. How can I do that using jQuery and CSS3 animation? Like Flipboard app for example.
Khosravi.em
  • 327
  • 3
  • 16
0
votes
2 answers

IOS Slide In/Out webview

I am very new to IOS app dev. I want to achieve slide In/out webview (e.g. from right), which everyone should seen one. When user click a link, a new webview will slide in from right and load a webpage. If the user swipe right, the webview will…
Samfriend
  • 55
  • 2
  • 8
0
votes
2 answers

Which is the best layout to make a grid on Android?

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…
0
votes
2 answers

Page Transition Style Like Flipboard on Windows Phone 8

I'm searching how to create the flip effect on a wp8 application like the Flipboard style : www.flipboard.com. could you help me how to proceed to create this effect? Thanks.
Mbigué
  • 21
  • 3
0
votes
0 answers

Uncaught TypeError: Cannot read property 'ns' of undefined in jquery-flip

I'm implementing image flip like flipboard app using jquery flip pulgin. My html is:
stefun
  • 1,261
  • 3
  • 24
  • 54
0
votes
3 answers

Flipboard android layout choice

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…
0
votes
1 answer

Moving from a simple TableViewController based App to a Grid View (Similar to Flipboard) while maintaining CoreData and NSFetchedResultsController

I am hard at work at my first app which is based around a simple TableViewController concept. It's using CoreData in the background, so when I press the ADD button, it brings up a ModalVC, the user adds in data, it gets added to the Entities and…
amitsbajaj
  • 1,304
  • 1
  • 24
  • 59
0
votes
2 answers

.ready not working in real website but it works in jsFiddle

I'm working on a website and I use this flipboard: http://jsfiddle.net/9yyVd/1490/. Instead of letting it work on click, how it is originally coded, I changed the click to .ready. But that doesn't work in the webpage. I think it's because I have 2…
user509433