Cover Flow is an animated, three dimensional graphical user interface.
-1
votes
0answers
16 views
taking a photo in an app and saving in it inside the app using a cover flow or iCarousel [closed]
Hi I am new to Xcode and I have trouble with some parts of the app. I tried many times but id does not work as a whole.
I want the app to be designed like this
1.User pushes the photo button in the ...
0
votes
0answers
51 views
Coverflow with custom layout in android
I want coverflow with the layout that i given above. i tried several famous link of coverflow but they are only for the imageview, i can not make my layout to that coverflow.
So any suggestions of ...
0
votes
0answers
49 views
Android CoverFlow is not work perfactly in SONY S tablet with same code
I am trying to implement the CoverFlow. Using the same code in other devices looks perfect but in SONY S Tablet its not looking propering. I attached below screenshot of SONY S. I have used Android ...
0
votes
1answer
176 views
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 ...
-2
votes
0answers
20 views
imageview Scrolling Photo Album? [closed]
i want to create imageflow or coverflow in android like this exemple ? imageview Scrolling Photo Album exemple imageview
-1
votes
1answer
93 views
Can we apply cover flow animation to Grid view [closed]
Actually I want to add Gridviews in coverflow.Is it possible.I tried various links http://www.inter-fuser.com/2010/02/android-coverflow-widget-v2.html .But all are for applying animation to ...
0
votes
1answer
206 views
How can i add sdcard images to coverflow?
Here is my coverflow with drawables :(
This is my Image Adapter Code
/** The Constant IMAGE_RESOURCE_IDS. */
private static final List<Integer> IMAGE_RESOURCE_IDS = new ...
0
votes
1answer
386 views
Android Cover Flow
I'm using a cover flow in my Android App with this tutorial link http://www.inter-fuser.com/2010/01/android-coverflow-widget.html and I already use it well. But my problem is when the Android version ...
0
votes
0answers
38 views
Coverflow animation for iPhone [duplicate]
I want to achieve coverflow animation in my app.The view should grow and shrink in size as we scroll towards left or right,so that the center view is always bigger than the left and the right view.As ...
1
vote
0answers
50 views
Image not dropping into dropbox correctly
Hey guys I'm using a drag and drop feature to basically drop and image from the list into a drop box that will trigger some kind of an even. But when I drag my image and drop it it just duplicates on ...
0
votes
0answers
87 views
In windows phone 8 app how to Change text inside ListBox when CoverFlow image changes
I am making a windows phone 8 app which displays list of current movies.I have used a coverflow for showing movie images (I got images from url stored in database).I have to show details in a listbox ...
1
vote
0answers
107 views
Is there an OpenGL (or another good working) solution for coverflow?
All coverflow solutions I've found had bugs and were based on the Gallery view (which is deprecated and is very inefficient, especially with memory,read here and here) and they have bugs when you set ...
0
votes
0answers
120 views
How to add a fast scrolling gesture to A ViewPager?
Background
I would like to be able to do a fast scrolling (using the known gesture as used on listView, I'm almost sure it's called a "fling" gesture) on a viewPager on Android and i'm not sure where ...
0
votes
0answers
78 views
Integrate Fluidkit ElementFlow
I have integrate the FluidKit library to my project. It works well.
I use this to implement it :
private void WindowLoaded(object sender, RoutedEventArgs e)
{
_dataSource = ...
0
votes
1answer
264 views
CoverFlow as FragmentActivity
Im trying to use Neil Davies's CoverFlow Widget v2 as a fragment activity.
Im expecting something like this
Instead Im getting this
Clearly something is wrong in my implementation, but since Im ...
0
votes
0answers
55 views
CATransform3D on a layer, and UIView interaction
I have a UIView, and am applying a CATransform3D to it's layer to achieve a coverflow-like perspective view (using the .m34 thing, and a rotation).
Visually, this works as expected.
I also want to ...
0
votes
1answer
60 views
How to integrate the iCarousel -Fading demo project into my project in iOS 6.1
My requirement is to display the Table view as cover flow.I found the Imageview as cover flow using following link.
http://code4app.net/ios/iCarousel-for-Cover-Flow/4f87d2db06f6e79d32000000
But when ...
0
votes
0answers
35 views
Images not displayed as cover flow by using iCarousel code in iOS61
I am using iCarousel for Cover Flow. When I originally downloaded the app and ran it, it worked well. When I am trying to integrate it to our project,the data is displayed but it is not scrolling.The ...
0
votes
0answers
182 views
how to display the listviews as cover flow in Android
I am new to Android programming.I tried the cover flow example for rotating image views by using below link.
http://www.codeproject.com/Articles/146145/Android-3D-Carousel
But my requirement is to ...
0
votes
1answer
149 views
how to display the list of table view as cover flow in ios6.1
I am new to iOS programming.I find the tutorial for displaying the image view as cover flow as shown in link http://code4app.net/ios/iCarousel-for-Cover-Flow/4f87d2db06f6e79d32000000
but my ...
1
vote
0answers
98 views
Black screen will apear when Soft keyboard will close on surface view and also affected on Coverflow in the Fragment
I am using Fragment view in my application. And along with that at the top view I am using Surface view. I am opening soft keyboard on click of button. And then whatever I will write it must be ...
0
votes
0answers
82 views
Strange behavior Coverflow - Android
I'm using this CoverFlow : http://www.inter-fuser.com/2010/02/android-coverflow-widget-v2.html, but something strange happened when i used a custom adapter and not an image adapter : Views are ...
0
votes
0answers
92 views
how to create a coverflow like control in multi-touch WPF application
Im new to WPF. Can anyone let me know how to working on a coverflow like control in the below mentioned video. Also can you please guide or suggest me to achieve this.
...
0
votes
0answers
151 views
Change Background onitemselected Coverflow android
I'm using this CoverFlow : http://www.inter-fuser.com/2010/02/android-coverflow-widget-v2.html.
I have created a personnal app with this coverflow but i have a problem : I want to change the ...
0
votes
1answer
80 views
Dynamically binding data to icarousel
I am using icarousel to show coverflow in my project.. i am using uiview as an carousel item which contains labels and image view. The data for the carousel is coming from call to web service and i ...
1
vote
0answers
156 views
FATAL EXCEPTION: GLThread 10 in HTC salsa
Hi friends i create one app in this app i use the coverflow for display book images.
i use the opengl coverflow from this side.get the sources code.i use this code in my app and create the ...
0
votes
0answers
49 views
Coverflow sample for Managed DirectX 2D Application
Does anyone know of a simple Managed DirectX (preferably C#) coverflow sample? I've spent a couple of hours searching and have found a number samples for Silverlight and OpenGL but nothing for ...
0
votes
2answers
110 views
Telerik Cover Flow bubbling events from user control
I have a telrik coverflow, and the tiles in are of type InfoPageView, a user control. I have a button inside the InfoPageView user control from which i want to trigger an event at the parent.
I tried ...
0
votes
0answers
150 views
How to set image to the CoverFlow of Neil Davies from url using asynctask?
I'm new in andriod, and I want to use the CoverFlow of Neil Davies [here][2] in my project after implement coverflow with image from url it's work fine on andriod v2.2, but when i deploy the ...
-1
votes
1answer
73 views
Delete object border in flash animation / AS
I'm not familliar with flash neither action script, but i have to use a flash applet in my website, here is the object demo; http://www.weberdesignlabs.com/demos/flash_10_coverflow/
So the problem ...
0
votes
1answer
250 views
CoverFlow in WPF how to include?
I know that there have been other questions concerning the CoverFlow effect in WPF. My favourite is Is there a good iTunes coverflow-type control for WPF?.
I downloaded the one "Part 7" and it is in ...
0
votes
0answers
64 views
How can set images to this Widget (Coverflow) from URL not from Drawable folder?
I'm new in Andriod, I tried to use this widget Here in my application but i need to get on images URL not from drwable folder...any help please !
2
votes
1answer
88 views
Add button to Flash image flow component
Could anyone help me with adding a left and right button to this image flow component? At the moment it uses images to navigate left and right but I can seem to understand how to link a button with ...
0
votes
0answers
151 views
Java 3D Coverflow of different views (Mapping 2D Content on 3D Objects) -> Which Framework/Tech
I want to write a program in JAVA that provides the following features:
Show Videos, Pictures, Text and if possible a Browser (doesn't need a lot of functionality).
My idea is to map these views on a ...
0
votes
1answer
176 views
C++ Image Flow/Slider
I have a software which displays small image thumbnails at the bottom of the screen:
But these sample 5 are just a small portion of all the available ones. I am looking for ideas of libraries or ...
0
votes
2answers
535 views
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 ...
1
vote
3answers
319 views
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 ...
0
votes
0answers
102 views
Android coverflow jumping on downloaded /disk images
I'm using this coverflow widget: http://code.google.com/p/android-coverflow/
with images downloaded from the internet. Works almost fine.
The problem is that the coverflow jumps/stumbles a bit when ...
0
votes
1answer
182 views
Data Bind Selected Item property for CoverFlow Control?
I am using Coverflow control in Windows 8 C# XAML App.
I am trying to bind the selected Item property of this control to a property but that is not having any effect. Following is my code that i am ...
0
votes
1answer
160 views
Custom Horizontal StackView on the Android Platform
I'm trying to design a UI on the Android Platform (Version 4.0) which would be similar to the Cover Flow design of the Apple App Store as seen from the iPad. (Please view the attached screenshot).
...
1
vote
1answer
121 views
How do I load an image from sd card into coverview
I am doing an application which consists of a cover flow.
Currently I am trying to make the cover flow images be obtained from the sd card.
But I am not exactly sure how should I display the image.
...
0
votes
0answers
113 views
How can i change the Depth of an imageview in Z axis in Android?
I am currently working with a Cover Flow widget. What i am doing is translating the Images on either sides to back side[Z axis] using the Matrix and "graphics.Camera".A single screen shows 3 images of ...
0
votes
1answer
1k views
android coverflow view
Hi i am developing application in android.In that i displayed some images in coverflow view that was working fine.Below that cover flow view i need to display some data in list view.I am new to ...
0
votes
0answers
97 views
Displaying Images from SQLiteDatabase in Cover Flow Android
I using coverflow in my Android app. But the images that I'm displaying is from my res/drawable. What I need is to display the images from my SQLite database. I already tried the way how to set an ...
1
vote
1answer
221 views
Android Cover flowview
Hi i am developing application in Android.In that i am using the coverflow view for displaying the image.But the problem is its displaying on the center of screen.I need to display at the top of ...
1
vote
2answers
148 views
Coverflow crashes on loading high resolution images
I am trying to implement a Coverflow ( iCarousel ) with AsyncImageView ( https://github.com/nicklockwood/AsyncImageView ) as cover. It works well with images of size upto 4 MB. But the app crashes ...
0
votes
1answer
190 views
Android Polaris Like coverflow or Carousel
I would like to create a coverflow or Carousel like android polaris office recent document... any idea??
2
votes
1answer
398 views
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 ...
2
votes
2answers
524 views
How to adapt coverflow/gallery to fit different screen sizes
I'm using this CoverFlow : http://www.inter-fuser.com/2010/02/android-coverflow-widget-v2.html
I want to for the coverflow to adapt to the different screen sizes,
I have modded the coverflow ...
0
votes
1answer
68 views
Enable the user interaction for a specific SubView in Coverflow mode
I created a coverflow mode which contains a UIWebView for youtube video playing and also i have given tapgesture for the whole view.
Now user interaction is not working on the UIWebView.
What i ...


