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

Coverflow independent of gallery class on Android

I want to use coverflow widget as shown in image below. It should be independent of gallery class as this class is deprecated. Please suggest quickest and simplest way possible. Also images should get recycled which will avoid OutOfMemoy crashes.…
Virat18
  • 3,427
  • 2
  • 23
  • 29
1
vote
0 answers

Carousel effect like amazon kindle android application

I need to create coverflow like this I have tried with FancyCoverFlow and android-coverflow how can achieve look like kindle app
Mahendra
  • 323
  • 2
  • 16
1
vote
1 answer

android coverflow without gallery

Hello I have been searching for cover flow android that DOES NOT use gallery . Please don't offer solution that uses gallery such as fancyflow or neil davis because they are using Gallery and its being predicated Is there something like that at all…
Hard Worker
  • 995
  • 11
  • 33
1
vote
1 answer

How to get the position using fancycoverflow in android

I've implemented the whole example from the below link but can't get the position of a particular image focused at center position. https://github.com/davidschreiber/FancyCoverFlow So what I should do for this? I've implemented the below code to my…
Parth Bhayani
  • 1,894
  • 3
  • 17
  • 35
1
vote
0 answers

How to Give Animation on Viewpager same as Coverflow?

Here I am using viewpager and I want to give animation like cover flow. Not simple animation but same to same coverflow. Generally I found effect on gallery but I need on viewpager. vpPager.setPageTransformer(false, new PageTransformer() { …
1
vote
0 answers

How to display Vertical Cover Flow in android

I want to implement vertical cover flow in my application .I have source code of CoverFlow but it showing horizontal way.I have made some changes in code and apply this method imageView.setRotation(270) after that it shows vertical mode but one…
user3458375
  • 63
  • 1
  • 8
1
vote
1 answer

Coverflow with textview in android

Hello I am creating an app in which i am using CoverFlow. But i want to add textview with imageview. I have changed AbstractCoverFlowImageAdapter like below. /** * This class is an adapter that provides base, abstract class for images * adapter. …
himanshu
  • 1,990
  • 3
  • 18
  • 36
1
vote
1 answer

What does this error mean: "lo->hi recycling invariant violated!" and what can I do to fix it?

My iPhone app started logging this error: lo->hi recycling invariant violated! followed by: Program received signal: “EXC_BAD_ACCESS” whenever I launched it on my iPod (3.1.3) and sometimes when I launch it in the simulator. What does this error…
cduck
  • 2,691
  • 6
  • 29
  • 35
1
vote
0 answers

How to create flow view layout in iphone

I have successfully implemented the CoverFlowView in my page. However, as you can see in the attached image from SnapGuide, the view does not start from the centre but from the extreme right. I tried to do the same by making the first view as an…
1
vote
1 answer

OpenFlow :: Howto Stream Images

I am trying to use OpenFlow (http://apparentlogic.com/openflow/) in an iPhone App to stream files off of my server. How can I do this? Should I be using NSOperationQueue? So far I have been able to: * Use local files * Use their demo from Flickr…
bluefloyd8
  • 2,266
  • 2
  • 24
  • 20
1
vote
1 answer

Creating the Cover Flow effect like Apple with jQuery

I'm looking to recreate apple's cover flow effect using jQuery. I've looked at some various options and came across: ImageFlow -> http://imageflow.finnrudolph.de/ (just javascript, not jQuery) cFlow ->…
willdanceforfun
  • 11,044
  • 31
  • 82
  • 122
1
vote
4 answers

Floating a UILabel above OpenFlow

How do you get a UILabel to float above Alex Fajkowski's implementation of CoverFlow called OpenFlow? Ok I've figured it out. I just had to use bringSubviewToFront with the UILabel. Thanks to everybody who answered.
Edward
  • 518
  • 3
  • 13
1
vote
4 answers

Android Cover Flow with image shadow effect

I want to implement cover flow as below I have tried Carousel, but its not the same thing. Did some google search was not able to find something even near to the cover flow implemented in given example.
Adil Bhatty
  • 17,190
  • 34
  • 81
  • 118
1
vote
1 answer

Collectionview coverflow speed

I am using github library for coverflow in my application https://github.com/schwa/Coverflow Is there any way to reduce scrolling speed of collection view so that only one cell will be moved left or right at a time?
Anil Sivadas
  • 1,658
  • 3
  • 16
  • 26
1
vote
1 answer

Android CoverFlow with Flipping effect as IOS coverflow

Can someone suggest me of any CoverFlow example or library for Android which can achieve the same effect as IOS CoverFlow with cover flipping effect on selection. I have looked through a couple of android libraries and examples but none of them…