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

Android stop infinite loop/repetition in Carousel CoverFlow (moondroid)

Is there any way to prevent infinite loop/repetition in Moondroid Coverflow (https://github.com/moondroid/CoverFlow). Automatically connecting the last object to the first object once it gets to the end. Used below property for prevent infinite loop…
Yama Patel
  • 21
  • 4
1
vote
0 answers

coverflow images onclick streaming specific sound file (mp3)

i googled coverflow code i found one useful and work great to me (im not professional in android development ), what i need it. when click on each image it will stream predetermined mp3 song for each image and another click will stop it , so each…
frozenhill4
  • 157
  • 1
  • 9
1
vote
0 answers

Android stop infinite repeat in CoverFlow (moondroid)

Is there any way to prevent Moondroid Coverflow (https://github.com/moondroid/CoverFlow) from automatically connecting the last object to the first object once it gets to the end. setShouldRepeat(false); seems to do nothing other than break the…
1
vote
2 answers

How to use coverflow or slick slider in Angular2

I need to use slick carousel or coverflow like functionality in Angular2 application. Is there a plugin or module provided by npm for the same that can be used in Angular2? One of the Stack Overflow questions talks about this topic but it does not…
Peter
  • 10,492
  • 21
  • 82
  • 132
1
vote
1 answer

why am I getting NullPointerException when using moondroid coverflow?

I am a beginner in android development, I am using moondroid CoverFlow (external library) to create a CoverFlow, but I don't get why I am getting a null pointer exception when using it in XML. Here is my XML file:
Abhinav422
  • 95
  • 1
  • 11
1
vote
1 answer

Coverflow android for 3 view at a time

I have to show image carousel in android like - In this library or other libraries,what i have found the adjacent view visible partially and rest part covered behind the screen but in my case all part of adjacent view would be covered from center…
1
vote
0 answers

How to open view with each image on openFlow api, in the ipad?

i follow the instruction of this tutorial how to add coverflow effect on your iphone app openflow i used the last version of openFlow(http://github.com/tupps/OpenFlow) and works great, but What I need is make each image as button or menu and when…
Guerrix
  • 198
  • 1
  • 3
  • 13
1
vote
1 answer

Are There Alternatives to the AFOpenFlow Framework?

Has anyone ever worked with the AFOpenFlow Framework? Is there a better framework to implement an CoverFlow in my iPhone application?
Marco
  • 461
  • 1
  • 10
  • 22
1
vote
1 answer

Horizontal Date Slider using Coverflow design

Before asking my question I want to post here two snapshots for better understanding. What I have done so far. What I am trying to implement. I am using this coverflow Api for achieving this functionality because Android Gallery is deprecated. Now…
Faraz Ahmed
  • 1,245
  • 1
  • 14
  • 24
1
vote
0 answers

Vertical coverflow for android

I want to create list of objects with coverflow effect for Android. Very similar to this lib - https://github.com/moondroid/CoverFlow , but for vertical mode. I found difficult to modify this library for vertical displaying. Are there any solutions…
Lester
  • 2,544
  • 4
  • 27
  • 38
1
vote
1 answer

How to resize cover images in OpenFlow

I'm trying to embed OpenFlow in my iPhone app, but I can't figure out how I can resize it in a landscape view with a navigation bar and a toolbar. The covers are too big and the effect is really ugly. Can anyone help me?
caprosky
  • 41
  • 5
1
vote
1 answer

Android Gallery: how to detect that an item has shifted in Gallery (and shift direction)

I am using a Gallery based Cover-flow, as suggested here. Is there an event that can be caught, which indicates that a single shift (either left or right) has been made in my gallery/cover-flow? To be clear, if I gave the gallery a decent swipe and…
Rob
  • 15,041
  • 6
  • 25
  • 27
1
vote
1 answer

How to implement coverflow layout from existing gridview images

i am using eclipse. Basically what i am trying to implement is that , that i have a gridView which is fetching images from mysql database dynamically using JSON. Now , instead of gridview i want to show them as coverflow view. I have searched…
Nitish Chauhan
  • 375
  • 4
  • 7
1
vote
0 answers

Start from left in fancycoverflow

I am using fancycoverflow in my project. It displays the first item at centre, but I want it to display from the left side. Suppose I want 5 items to be displayed on screen, then the 1st item should be the left most item, and the 3rd item should be…
1
vote
1 answer

Getting Wrong Position in Fancy Cover Flow

I have a code with on item click listener on Fancy cover flow. But I am getting wrong position on click event. Please help me resolving it. I also tried using On Item Selected Listener. It didn't work. activity.java // spinner …
Digant Jani
  • 43
  • 10