gabrielemariotti / cardslib

Android Library to build a UI Card
4.66k stars 1.19k forks source link

Cards get Duplicate Images #301

Open pepperkick opened 10 years ago

pepperkick commented 10 years ago

Hi, When ever i try to load images in Async to CardList I face problem when I Scroll. Images dose not load in ordered way like

Is their any fix? I tried all image loading library... UIL, Picasso, Ion, Glide, etc etc... Same Problem in all...

gabrielemariotti commented 10 years ago

Post your code pls.

mrugeshvaghela commented 10 years ago

I dint able to find staggered gridview in the demo you shared ! Can you please assist me ?

gabrielemariotti commented 10 years ago

@mrugeshvaghela Don't use this issue for other request. The staggered grid view is in library-extra and demo extra as described in the doc.

mrugeshvaghela commented 10 years ago

Oh thank you ! I am new here. Sorry for my interference with the request thread.

pepperkick commented 10 years ago

I will post the code as soon as I can... My desktop has been taken for repairing (next day after posting this issue) So please don't close this issue yet!

pepperkick commented 10 years ago

However I did try a solution from another issue here... Where you had to Extend the card array adapter and set recycle = false. . it solved the multiple image issue but doesn't update the cards anymore when I scroll the list!

gabrielemariotti commented 10 years ago

It isn't a solution. Don't change the arrayAdapter removing the recycle=false.

pepperkick commented 10 years ago

I know it's not a solution... Just informing! You may get the idea!

pepperkick commented 9 years ago

Sorry for this too long reply!

My computer was with mechanic for 3 months!

For me, I fixed the problem with download the image then setting instead of Async. Not sure if async will work

Thank You for this awesome library and sorry for the delay!