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
1
vote
0 answers

Getting outofmemoryerror while downloading images to a coverflow for an android app

Through web service i am writing each image in to a JPG file(in sdcard- "mnt/sdcard/img.jpg") and showing the images in to a coverflow view.i am getting the first image but when it comes to the second and other images i am getting…
Kris
  • 891
  • 2
  • 18
  • 41
1
vote
0 answers

Swiper slider slowdown after load new loop

i have a little problem. I made a slider that plays photos with the coverflow effect in a loop. The problem is that when loading a new loop, the first time after all 8 slides, then after every 4, there is a slowdown. How to eliminate or remove…
1
vote
0 answers

Image burring in coverflow

I have one cover flow of scrollview (with coverflow of view (with image and title)). When I am trying to rotate cover flow with following code images getting blurred. Can anyone help me? CGAffineTransform tranform =…
iPhone developer.
  • 2,122
  • 1
  • 16
  • 17
1
vote
1 answer

Populating Images from WP7 Gallery to ImageList with Collection Flow

Here is what I wanted to do . I have created an ImageList in XAML code
1
vote
1 answer

Using React Coverflow when React is rendered by NodeJS as view engine

I really appreciate your help (: My website is built based on this concept: https://github.com/saltyshiomix/react-ssr-jsx-starter Using axios reactstrap etc. worked perfect. But when I want to use React Coverflow:…
Meir
  • 35
  • 7
1
vote
2 answers

FlowCoverView How to change tile (texture) size?

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) How can I change the tile (or texture as it's called in the library) size (statically at…
showerapps
  • 252
  • 2
  • 10
1
vote
0 answers

How to lock the image at center in cover flow

I am using the open flow library in my project.What I have to do is when the user double tap the image it should go to aniother view controller.It is going well but the problem is when I am implementing this the image is not locking at center. code…
Gypsa
  • 11,230
  • 6
  • 44
  • 82
1
vote
1 answer

How to make a original image alpha gradient?

I am using coverflow and I want to make the image's shadow in the coverflow gradiently alpha. For example, the alpha at the top of the image would be 0.5, and at the bottom of image it would be 1. I can not use gradient background view.
1
vote
0 answers

unable to view ExoPlayer Video ,But i'm hearing sound

I've set Exoplayer in Coverflow view, the player is working fine. Cause: But the Exoplayerview is not visible in a screen I've tried to resolve it by various ways. I've done some code so far which is posted below, private void playMedia(String…
Madhuslin KS
  • 445
  • 1
  • 6
  • 16
1
vote
3 answers

Setting up a cover flow in Android

I created an iphone application, and now I am consigned to do the same application in android. I used the OpenFlow from thefaj on github https://github.com/thefaj/OpenFlow however I have yet to be able to find something with a working coverflow on…
The Lazy Coder
  • 11,560
  • 4
  • 51
  • 69
1
vote
2 answers

js Coverflow that works in FF and IE

I am trying to add a converflow effect to my site and I have found this one: http://addyosmani.com/resources/coverflow/demo/demo.html This works great in FF but fails in IE (7, 8) I have found others but they either work in IE or FF not in…
AntonioCS
  • 8,335
  • 18
  • 63
  • 92
1
vote
0 answers

Android Carousel Layout With Customisation onClick() Events Not Working

I am trying to implement Carousel Layout (Cover Flow) in my application. I got a working example by using below library. implementation 'com.github.moondroid.coverflow:library:1.0' Example…
Hareesh
  • 933
  • 3
  • 11
  • 22
1
vote
1 answer

Any vertical cover flow slider like attached?

attached slider screenshot. not find any javascript, jquery or vueJs slider like this.
Akash Negi
  • 425
  • 2
  • 8
1
vote
1 answer

Reverse drawing order at the half of ViewPager

I have the following ViewPager: I am trying to build a cover-flow-view. Which means that the position and the size of the views in the ViewPager change depending on touch input. Everything works just fine with my implementation except for the…
Appyx
  • 1,145
  • 1
  • 12
  • 21
1
vote
1 answer

ContentFlow (coverflow) - How Can I Make it Work The Way I Want It?

Im trying to use this plugin: http://www.jacksasylum.eu/ContentFlow/ 2 points: I want to know how can I get it into my div and stay inside the volume of the div? As it is right now, my div is 185px, but when I put the coverflow inside of the div,…
WillingLearner
  • 7,106
  • 6
  • 34
  • 51