coverflow

iPad cover flow

I use FlowCoverView (http://chaosinmotion.com/blog/?p=295) for cover flow. However, the textures this library creates are limited to 256 pixels maximum, and I would like to show bigger images in an iPad cover flow. What do you use for cover flow on the iPad? Is it possible to modify this library to make the textures bigger? ...

Modify coverflow component ,add backview ?

Hi all , I am developing an iPhone application in which I needs to implement a Coverflow component. I got a good library from here It is working nicely . Now I want to show a different back view with 6 buttons when a user double taps on the image in the coverflow . For that the tapkulibrary author has implemented a delegate method...

Mini Scrollbar with thumbnails on iphone

Hello. I was wondering, what would be the best way, to implement an 'extra' scrollbar, showing thumbnail versions of the pages, you are currently viewing. In my case, I would like to have maybe around 20 images, which I would animate with Cover Flow Layers and while I 'scroll' up an down to view them, a scrollbar appears at the side, s...

flex coverflow adding links to the images

Hi, I'm using sebastiaan holtrop's cover flow component in Flex. I would like to be able to add the sources to the images using xml. I would also like each image to have its own URL assosiated with it, so when I click it (if it's in the front of the coverflow), I go to that URL. I'm a bit clueless as to how to get that done (this is th...

How to improve performance of coverflow in javascript

Hi all, I am trying to add a coverflow in an application for set top box. I have downloaded some cover flow controls in javascript which are freely available in net and all looks good when there are limited number of images. But if i put some 500 odd images, all hanged up. Do any one knows a better logic to avoid this kind of problem. I...

Somewhere to download CSS coverflow?

This is my favorite coverflow: http://paulbakaus.com/lab/js/coverflow/ Is there some way to download this? Or is there an implementation guide? All I see are some blog posts with nothing on how to implement. Thanks. ...

3d coverflow in Open GL

Hi all, Is there any coverflow control(commercial/free) available on Web which is developed in Open GL ES? Thanks in advance... ...

How to implement CoverFlow in iPhone apps?

Possible Duplicate: Open source iPhone Coverflow like library What is the best way to implement a CoverFlow like interface for the iPhone? Does Apple provide any libraries? ...

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

Hi, I am using a Gallery based Coverflow, 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/coverflow? To be clear, if I gave the gallery a decent swipe and my center (selected) image has changed 8 times, I would like to catch this event 8 time...

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? ...

Use OpenFlow in iPad application

OpenFlow is used in a lot iPhone apps, and there are several good posts about it http://apparentlogic.com/openflow/ http://stackoverflow.com/questions/718984/open-source-iphone-coverflow-like-library I also check out the source codes from github, but seems like it is one year ago. Now, I plan to use it in iPad app. That means I need...

Cover flow library does not work on iPhone 4

I'm using William Woody's cover flow implementation. When built with the iOS 3.1 SDK it works well, both on 3.1 and 4.0 devices. But when built with the 4.0 SDK it doesn't show the tiles on an iPod touch device with 4.0 (but it does in the simulator and on an iPhone device). What might be the problem? What changed that might cause this?...

How to extend OpenFlow menu-like style

If you know OpenFlow or CoverFlow, maybe you will have interest for this question. Latest codes is here http://github.com/tupps/OpenFlow What I wanna is make each image as button or menu, click it will enter another view, and also can come back by click some "back" button. Any clues to implement this feature ? Thanks ...

Loading PDFs or Images from URL into a CoverFlow view

Hi, I want to load PDFs or Images into a View, but when the source is an URL there might be connection lags, so I wonder what is the best approach when loading content (like magazines) into a Coverflow view in the iPhone?. (For Coverflow, something like this: http://apparentlogic.com/openflow/ ) Is it ok to get a pdf file then obtain...

Making OpenFlow work vertically like a Rolodex

I've been looking at integrating the OpenFlow API developed by Alex Fajkowski: http://fajkowski.com/blog/2009/08/02/openflow-a-coverflow-api-replacement-for-the-iphone/ into an app I am working on. Does anyone know how I can stack the images vertically so that I can scroll the images from top to bottom/bottom to top like a rolodex? The...

OpenFlow AFItem UIImageView touchesBegan

Hi There, I'm trying to use the OpenFlow project inside of my application. My target is; when the user tab to any flow item which currently UIImageView according to OpenFlow's AFItemView, it will be zoom-in in the screen (with/without animation) and then user will be able to close and get back to cower flow view in the app. I didn't ge...

UINavigationBar with OpenFlow horizontal usage problem

He There, I tried to use OpenFlow in my project. Actually, I have a problem with It, when I tried to use UINavigationController and OpenFlow together on same UIViewController (Actually just create a navigation based project), It is only working vertical orientation, when I try to change device orientation to horizontal, It is going to b...

Coverflow for mac os

Hi all. Is their any apple sample code to implement coverflow in MacOS. Apple core animation documentation shows example of coverflow. But I could not find related sample code. Parden me if I overlooked. -Thanks in advance shakthi ...

FlowCover problem objective C

Hi I'm trying to make use of FlowCover -> http://www.chaosinmotion.com/flowcover.m but it is not working. This is my interface class: #import <UIKit/UIKit.h> #import "FlowCoverView.h" @interface TesterCoverFlowViewController : UIViewController <FlowCoverViewDelegate> { } - (IBAction)done:(id)sender; @end This is my implementatio...

Open flow with using a slider in ipad

I need a cover flow in the ipad.I have implemented the cover flow application using http://apparentlogic.com/openflow. But it uses mouse to flick the images. I need the same also using a slider. How can i do it??? ...