Questions tagged [coverflow]

Cover Flow is an animated, three dimensional graphical user interface.

Cover Flow is an animated, three dimensional graphical user interface integrated within iTunes, the Macintosh Finder, and other Apple Inc. products for visually flipping through snapshots of documents, website bookmarks, album artwork, or photographs.

Only available internally to Apple applications via private frameworks, developers have a number of third party and open source options available to achieve the same effect, such as OpenFlow, iCarousel, flowcover, among others.

275 questions
3
votes
0 answers

Android coverflow jumping on downloaded /disk images

I'm using this coverflow widget: http://code.google.com/p/android-coverflow/ with images downloaded from the internet. Works almost fine. The problem is that the coverflow jumps/stumbles a bit when the images are downloaded from the web or fetched…
User
  • 31,811
  • 40
  • 131
  • 232
3
votes
3 answers

How to adapt coverflow/gallery to fit different screen sizes

I'm using this CoverFlow : http://www.inter-fuser.com/2010/02/android-coverflow-widget-v2.html I want to for the coverflow to adapt to the different screen sizes, I have modded the coverflow slightly so that I use an XML layout instead. Here's how…
Mike Bryant
  • 2,455
  • 9
  • 39
  • 60
2
votes
1 answer

ContentFlow: how to not scale the pictures?

I am using the excellent jQuery coverflow plugin ContentFlow but I have a problem with it. The picture at the center is always scaled too much, which makes it blurry. After countless tries, I still cannot see where the problem comes from. Here are…
Andreas Schwarz
  • 1,788
  • 17
  • 42
2
votes
1 answer

Android Coverflow OnClickListener

I have created an app with coverflow. I have looked everywhere and can't seem to work out how to use an onclicklistener to get to just a simple activity when you click on each seperate image in the cover flow. Below is my code and i'm hoping…
PaulH
  • 263
  • 2
  • 7
  • 18
2
votes
2 answers

How can I make OpenFlow work correctly in iOS 5.0?

I recently updated my application to use the iOS 5.0 SDK. Within it, I am using Alex Fajowski's OpenFlow cover flow implementation. I found that when I run the application on iOS 5.0, OpenFlow is making an incorrect transformation or Z…
Oleg Danu
  • 4,149
  • 4
  • 29
  • 47
2
votes
0 answers

How to add images to the coverflow dynamically and update coverflow view?

I've implemented OpenFlow library for my iPad application. http://apparentlogic.com/openflow/ After setting the initial view, I'm adding the cover images dynamically to the coverflow view. The coverflow view is getting updated. But my problem is i…
Kavya Indi
  • 161
  • 2
  • 10
2
votes
1 answer

How can I avoid mirror effect of image in coverflow

I have downloaded a coverflow sample from the link http://www.macresearch.org/cocoa-tutorial-image-kit-cover-flow-and-quicklook-doing-things-we-shouldnt-are-too-fun-resist. I need open flow effect but I dont need miror effect of images.Is it…
ahmadbaig
  • 1,056
  • 1
  • 8
  • 9
2
votes
2 answers

cover flow effect for the list of pdf

I wanted to know how can we implement the cover flow effect for the list of pdfs and on double tap ,it should open respective pdf. I m really struck between ,please help me out thanks in advance
sujay
  • 1,845
  • 9
  • 34
  • 55
2
votes
3 answers

Overlapped CoverFlow in Flutter

I was trying to create the old Iphone Coverflow design using flutter. I have tried listview with align widthfactor. But it overlaps only one way. Container( height: 300, child: ListView.builder( scrollDirection:…
2
votes
1 answer

FlowCoverView How to force the view to move to a given image programmatically?

I'm using FlowCoverView, an open source (and AppStore compliant) alternative to Apple's cover flow (you can find it here http://chaosinmotion.com/flowcover.m) I'd like to modify the code so that you can force the view to start from (or to move to) a…
showerapps
  • 252
  • 2
  • 10
2
votes
1 answer

CoverFlow Library

Any recommendations for libraries which allow me to implement coverflow on Windows PC applications? Thanks!
Jacob
  • 34,255
  • 14
  • 110
  • 165
2
votes
1 answer

adding text below image in coverflow in android

I am developing an android application Tft. I had downloaded coverflow example from this URL: Android Coverflow Widget I want to place text below all the image in that list. How can i do this?
Tushar
  • 5,907
  • 15
  • 49
  • 81
2
votes
0 answers

How to make cover flow effect to the menu

I am trying to develop a loop menu through Scrollrect, and I want to make it as the picture to the menu, how should I do?? For this effect, I have two questions, one is how should I do to make the long distance objects with a smaller scale the…
DanZix
  • 21
  • 2
  • 2
2
votes
1 answer

implement a coverflow UI in an Android web application

I am trying to build a coverflow UI on an Android web application using HTML,CSS, JavaScript and some images. CSS 3D transforms, which are supported in Safari sine 2009 and on the iPhone since version 2.0, is not supported well on the Android. worse…
Raanan Avidor
  • 3,533
  • 4
  • 25
  • 32
2
votes
1 answer

Pure OpenGL CoverFlow implementation--not iPhone or OpenGL ES or other toolkit

Are there any open-source implementations of CoverFlow that are pure OpenGL, and not dependent on one of the following: Any iOS or Apple API OpenGL ES--I want this to run on a desktop, not a mobile device Not tied to other toolkits, such as Qt,…
Kevin Walzer
  • 538
  • 4
  • 14
1 2
3
18 19