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
2
votes
4 answers

How to Install a JQuery Plugin to Rails 5.0 without a Gem

I'm trying to install this JQuery Plugin: http://coverflowjs.github.io/coverflow/tutorial/get-started/ I'm relatively new to rails, and not sure how to implement a JQuery plugin without a Gem. (And not comfortable trying to create a gem at this…
dgreen22
  • 388
  • 4
  • 19
2
votes
0 answers

Open flow with using a slider in ipad

I need a cover flow in the ipad.I have implemented the cover flow application using http://apparentlogic.com/openflow. But it uses mouse to flick the images. I need the same also using a slider. How can i do it???
PgmFreek
  • 6,374
  • 3
  • 36
  • 47
2
votes
0 answers

Cannot overlap images using CoverFlow in Android

I'm using FancyCoverFlow to show a CoverView in my Android App. All works fine but the only think I can't do is overlap the items. This is what I'm trying to do: preview I tried using coverFlow.setSpacing(-90); or other configuration (such as -200…
2
votes
2 answers

UIcollection view support cover flow

Hi friends is it possible to add a cover flow effect in uicollection view in horizontal layout.if possible means kindly tell me how to implement the effect.
user3354840
  • 33
  • 1
  • 7
2
votes
0 answers

Is it possible to have multiple CoverFlow in same Android activity? How can we manage multiple CoverFlow listeners in same activity?

I have implemented the basic cover flow using http://www.inter-fuser.com/2010/02/android-coverflow-widget-v2.html and it is working fine. Now I am trying to use multiple CoverFlow in same activity but can't do it. I am not able to understand how can…
2
votes
4 answers

js/jquery coverflow effect

I try to archive a certain effect with js/jQuery: The Apple Mac OS X Coverflow Coverflow http://img69.imageshack.us/img69/8716/bildschirmfoto20100202u.png effect which you can choose within finder. Can you point me to a gently & smooth working…
Max
  • 1,143
  • 3
  • 15
  • 21
2
votes
0 answers

Cocoa Cover flow using NSBrowser

I have seen quote a few examples of implementing Finder with in the app. http://developer.apple.com/mac/library/samplecode/SourceView/ I would like to know, using the existing NSBroswer can one be able to show the same contents in a coverflow? I…
Xander
  • 902
  • 2
  • 14
  • 33
2
votes
1 answer

How to create list with carousel effect in android

I've gone through with many solutions but still looking for best. I want to do something like This should be a list containing custom cells and it shall be showing one view highlighted at one time and two adjacent views(pre/post) must be shown…
Suresh Sharma
  • 1,826
  • 22
  • 41
2
votes
1 answer

UICollectionViewFlowLayout Subclass transform.m34 causing disappearing cells

I am working on a Coverflow style layout for UICollectionView. Its a simple enough concept, and just to make it easier there are about 100 tutorials on the subject. However as anyone doing transforms knows, m34 is the magic number. However, as soon…
2
votes
2 answers

android 3d vertical carousel view

I am using http://www.codeproject.com/Articles/146145/Android-3D-Carousel code to create a vertical carousel view.i can see the vertical carousel using below changes in the code but center item is not properly placed in the screen and if the list…
user853341
  • 149
  • 2
  • 12
2
votes
1 answer

Cover flow view invalidation never ending cycle

I'm trying to implement cover flow using (Neil Davies implementation). In my application I have to use hardware acceleration, but when I set the hardware acceleration property to true this coverflow implementation is not working well (It renders the…
micnoy
  • 3,926
  • 4
  • 24
  • 27
2
votes
0 answers

Is there an OpenGL (or another good working) solution for coverflow?

All coverflow solutions I've found had bugs and were based on the Gallery view (which is deprecated and is very inefficient, especially with memory,read here and here) and they have bugs when you set some sizes for the images . The only one that…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
2
votes
0 answers

Black screen will apear when Soft keyboard will close on surface view and also affected on Coverflow in the Fragment

I am using Fragment view in my application. And along with that at the top view I am using Surface view. I am opening soft keyboard on click of button. And then whatever I will write it must be showing on surface view. All thing working fine. But…
anddev
  • 3,144
  • 12
  • 39
  • 70
2
votes
1 answer

Change Background onitemselected Coverflow android

I'm using this CoverFlow : http://www.inter-fuser.com/2010/02/android-coverflow-widget-v2.html. I have created a personnal app with this coverflow but i have a problem : I want to change the background when the item (box) is selected (like this link…
2
votes
1 answer

Add button to Flash image flow component

Could anyone help me with adding a left and right button to this image flow component? At the moment it uses images to navigate left and right but I can seem to understand how to link a button with the action script? I don't do much flash work so…