"how to bind imagesource to imageview in mvvmcross" Code Answer

2

the solution is exactly, what stuart suggested here:

try making your mvximageviewloader a member variable of the cell - otherwise it will go out of scope and get garbage collected

here is also part of the mvvm cross tutorial, where the presenter runs into the same issue while live-coding and explains it by the same reasons: https://www.youtube.com/watch?v=ifee355587k#t=1443

By rokh on June 23 2022

Answers related to “how to bind imagesource to imageview in mvvmcross”

Only authorized users can answer the Search term. Please sign in first, or register a free account.