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

how to create a cover flow menu like ipod app when turn in landscape mode?

As per title, how to create such cover flow menu? Have any reference code or tutorial talk about this?
lee
2
votes
4 answers

Coverflow with custom adapter

I want to create a cover flow with custom adapter (Image View as Thumbnail, Text View as Title, Progress Bar that indicates some progress..). All the examples or the implementations of the Cover flow widget are based on Gallery (witch supports a…
2
votes
1 answer

coverflow not showing on xml layout in android

I am using some code for a coverflow from the website, http://www.inter-fuser.com/2010/01/android-coverflow-widget.html this coverflow works great and no problems. however when I tried to put it inside of a xml layout it would not show up, only…
Kevik
  • 9,181
  • 19
  • 92
  • 148
2
votes
1 answer

Coverflow Layout for FLEX

I search for good CoverFlow Component/Layout. This one looks very good 3d Horisontal Cover Flow but I did not find any source for it. Also I found tink coverflowlayout it looks like what I need, but there no swc library for it(It's can be downloaded…
2
votes
1 answer

Is there a newer date coverflow for Android that does not use deprecated methods?

I was looking into some coverflow solutions, but the one based on Neil Davis code, Polidea example (based on Neil Davis code), and some third anonymous solution, they all use deprecated widgets or deprecated methods. (Gallery widget,…
Balkyto
  • 1,460
  • 4
  • 22
  • 47
2
votes
2 answers

Implementing a CoverFlow View

I have to create a view where I have to put in a CoverFlow of Images. How can I crete it? There would be images with labels that can explain the image.
2
votes
2 answers

how to implement onItemClickListener for this coverflow app in android

I am having trouble getting the onItemClickListener to work in my code. to test it i put a Toast inside the onClick to show some text on the screen if one of the views (images in the coverflow) is clicked, but no result. i am probably doing…
Kevik
  • 9,181
  • 19
  • 92
  • 148
2
votes
2 answers

Android Gallery bad image overlapping in CoverFlow

I'm tinkering with CoverFlow from here to match my preferences and can't fix one problem. Here's the screenshot: screenshot Pictures on the right from center image are overlapping in bad way. Here's my code: protected boolean…
mglisty
  • 151
  • 2
  • 4
  • 15
2
votes
0 answers

Contentflow: how to set fixed widths for flow non-image items

so I'm trying to use ContentFlow (http://www.jacksasylum.eu/ContentFlow/index.php) to display non-image content pulled from a database. I have each of the ContentFlow items loading database content via AJAX, however, I would like to customize it so…
mike
  • 111
  • 1
  • 7
2
votes
1 answer

Android Coverflow - Focus the image whose position is known

I've implemented Android Coverflow sample. On click of the image, I can retrieve its position and display the image in the ImageView. My other requirement is to focus the image in the coverFlow when I pass its Id. I should bring the focussed image…
user562082
  • 61
  • 1
  • 8
2
votes
1 answer

Android CoverFlow display text instead of images

In one of my app, I need to read text from database and show it to user. I thought of using Coverflow for this purpose. So can anyone here please let me know, is it possible to display text using CoverFlow instead of images? I am trying to produce…
CrazyCoder
  • 2,465
  • 8
  • 36
  • 57
1
vote
1 answer

Hidden iCarousel Item reflection effect

I got an app with iCarousel library. All works perfect. But i need cover flow without reflection. How should i dismiss it? Thnx.
Eugene Trapeznikov
  • 3,220
  • 6
  • 47
  • 74
1
vote
1 answer

Time Machine / Coverflow: IMG to DIV

A great resource for an apple-like time machine animation is "space gallery": http://www.eyecon.ro/spacegallery I would like to place text on top of every image to use the gallery as a banner. I think the best way would be using DIVs and place the…
Jan J.
  • 11
  • 1
1
vote
1 answer

loading images from documents directory into an array

I have some jpg images I am saving to the documents directory from camera shots. I want to find all the jpg images in the documents directory and load them into an array so they can be in a overflow view. Here is my code to find and sort the jpg…
user1114881
  • 731
  • 1
  • 12
  • 25
1
vote
2 answers

Displaying Title on Coverflow Image Template for iphone

I am using CoverFlow in my application ,it is working fine but, I need to display the title of image that appears to front in coverflow,To add images iam usinf following code... loadImagesOperationQueue = [[NSOperationQueue alloc] init]; for (int…
Youngwing
  • 577
  • 2
  • 6
  • 24