I am using ListView that contains item template to show book information with download button ( Contains Image of book, Title, Author and button to download book).
Need to show download progress while click download button of each book. I have managed progress value in separate class and used that separate class object to maintain progress of each book in collection. Like below,
When scrolling the page download progress value for downloading books becomes null. For example in the above screenshot, download progress value shown null when scroll the view. Could you please suggest on this?