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
5
votes
0 answers

Moondroid Coverflow Scroll only between first and last object

I am using moondroid Coverflow and its working fine with my code. Now I want the item to stop scroll when it reaches its end position. As currently there is no end for scrolling. Can anybody help me out to solve. Also want to know is there any…
Munchoo
  • 313
  • 1
  • 7
  • 22
5
votes
5 answers

Android Cover Flow gallery and remove space between

I want to implement cover flow view as shown below image. I also tried with cover flow but cant achieved perfect view as show in image. Reduce the space between the items. this.fancyCoverFlow.setSpacing(-90); I tried with this line and its…
kyogs
  • 6,766
  • 1
  • 34
  • 50
4
votes
1 answer

WP8 Out of Memory error while loading Images

I am working on Windows Phone 8 app. I am working on Coverflow feature, i am trying to load 600 items but it always shows Out of Memory Error Code:
Goofy
  • 6,098
  • 17
  • 90
  • 156
4
votes
2 answers

How can i achieve CoverFlow view

I want to achieve overflow view with dotted layout. Currently i am using polidea cover flow library URL [gitHub]. Using this library images are drawn at center. I want to achieve exact UI like this.
Bhaskar
  • 911
  • 6
  • 18
4
votes
2 answers

Coverflow Carousel effect same as iPhone/iPad in android

Please see the below carousel image. In this carousel iPhone developers are showing images from Web Url. We have to do the same but I tried much more on the web and other I didn't get the exact effect and smoothness like iPad Cover flow in android.…
Sanat Pandey
  • 4,081
  • 17
  • 75
  • 132
4
votes
2 answers

Trouble setting Qt- QML CoverFlow rotation angle

I am running Qt 5.1 and QtQuick 2.0 on a Mac with OS-X 10.8.4. I am having trouble setting a variable angle for the Transform: Rotation {} element, like this: transform: Rotation { axis { x: 0; y: 1; z: 0 } angle: PathView.angle } where…
Bruce Dean
  • 2,798
  • 2
  • 18
  • 30
4
votes
3 answers

Converting an UIview unto UIimage causing memory leak

I'm developing an app for iPhone using a coverFlow view, when the app is building the cards it is using a UIView in order to add labels and other stuff. Then I convert the UIView into UIImage using the following…
4
votes
3 answers

Cover Flow effect using ViewPager

I want to have coverflow effect using ViewPager. I found CoverFlowWidget since its extending Gallery widget which is deprecated its better to go on with ViewPager instead.Any idea how can I achieve this?
Manoj
  • 2,799
  • 5
  • 30
  • 49
3
votes
1 answer

"Two-dimensional" UserControl

I am trying to implement a custom user control. Let's consider the ViewModels: public class FileViewModel { public string Name { get; set; } public BitmapSource Thumbnail { get; set; } } public class DirectoryViewModel { public string…
3
votes
1 answer

Scrolling speed of images on Gallery view

I am creating a cover flow of images by extending the Gallery class. The gallery view is being displayed properly but the speed with which the images scroll from right to left, and vice-versa, is very fast. Is there any way we can regulate speed of…
chiranjib
  • 5,288
  • 8
  • 53
  • 82
3
votes
1 answer

How do I display a landscape coverflow style view when device is rotated?

I'm working on an app that will need to display a coverflow style view in landscape when the device is rotated to landscape orientation. I've worked on a few apps before, but none of them required landscape/rotation so I'm not experienced with it. I…
Marky
  • 1,294
  • 1
  • 18
  • 40
3
votes
1 answer

is there any way to solve 'com.apple.product-type.framework' issue?

I am trying to implement cover flow effect in my application by using objectiveFlickr project, But it shows "target specifies product type 'com.apple.product-type.framework', but there's no such product type for the 'iphonesimulator' platform"…
Sivanathan
  • 1,213
  • 3
  • 13
  • 25
3
votes
1 answer

How to make this vertical coverflow animation with collectionview

I am trying to build the vertical coverflow animation like this but not found any suitable lib using collection view. if someone know how to build it or any lib i would really appreciate. slow motion
Retro
  • 3,985
  • 2
  • 17
  • 41
3
votes
1 answer

CoverFlow using UIVIews

I am trying to implement "CoverFlow" in iPhone referring http://www.chaosinmotion.com/flowcover.m . But what I actually want is a coverflow of UIViews, and not images. ie, I want my coverflow to contain controls like UIViews and not static images.…
tuttu47
  • 521
  • 1
  • 4
  • 19
3
votes
1 answer

Scale animation on image view not work in >4.0 Os devices

I have modify Cover flow animation to create Gallery animation for images. I want more zoom centre images, as result I am using following animation on image view in get View method of Item adapter. Animation grow =…
Hasmukh
  • 4,632
  • 2
  • 30
  • 44
1
2
3
18 19