jackfengji / glcoverflow

this is a cover flow view written by opengl in Android.
27 stars 18 forks source link

Make the coverflow Adapter Based #1

Open yasitha999 opened 11 years ago

yasitha999 commented 11 years ago

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?

jackfengji commented 11 years ago

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

jackfengji commented 11 years ago

Hmm, there's no notify and doesn't support the data changes. I'm going to do a refractor for it.

yasitha999 commented 11 years ago

Yes understand, cannot extend adapter view. Yes that's the only issue, for now I'm asking gl surface view to re draw when i need to change the images. Anyway thanks for creating such a amazing library.

iamradhakrishnab commented 7 years ago

Hi, Its great article! Could you help me to get coverflow images view like below image. image