-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the coverflow Adapter Based #1
Comments
It is adapter based. There's a listener to get all images. It cannot extends adapterview because it need to be a surfaceview. Please check CoverflowListener for more info |
Hmm, there's no notify and doesn't support the data changes. I'm going to do a refractor for it. |
Yes understand, cannot extend adapter view. |
Is it possible to make this coverflow adapter based? currently its displaying static set of images, Instead of that is it possible to have an adapter to retrive images?
The text was updated successfully, but these errors were encountered: