MaheshRS/Download-Indicator

Detect when the loader gets finish the required time.

Closed this issue · 2 comments

Hi,
I'm using the RMDownloadIndicator and want one solution that how can we detect the loader fills the whole circle means the time when it completed the download bytes.

@ambujshukla, RMDownloadIndicator is a view, so it must not controll progress, it gets progress value and just updates itself. So detection of the ending of your task is a responsibility of an entity which sends progress values to your RMDownloadIndicator instance.

Thanks Morozkin:)