Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 89864

How to maintain a downloading progress of list view item in Xamarin Forms

$
0
0

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?


Viewing all articles
Browse latest Browse all 89864

Trending Articles