ArbiterUnknown
ArbiterUnknown

Reputation: 113

Xamarin UWP Listview ViewCell with images memory issue

I am working on UWP version of a Xamarin App and the ViewCell that I am working with in a Listview shows images just fine, but there it stops running after I scroll about half way through the list. If I use an ImageCell it works just fine but the images are not the right size. Anyone have any ideas? Also I am using FFImageloading in my project and this isn't helping with UWP. I have tried to implement a custom viewCell renderer similar to this but nothing shows

Upvotes: 0

Views: 209

Answers (1)

Mr.Koçak
Mr.Koçak

Reputation: 323

Try to change your image size and make it smaller, in android you will have problems because somehow there is no garbage collection.. I had the same issue..

Upvotes: 0

Related Questions