architecture-components-samples
architecture-components-samples copied to clipboard
[Question] How to cancel data loading?
There is always the case: the user could not torrent the slow data loading process, and want to cancel it.
But in the sample project, I cannot find there is any method to meet that demand.
So, is there any way to achieve that goal?
The
cancel data loadingmeans: When the user perform the cancel action, such asonBackPressed, theNetworkBoundResourceneed to cancel the ongoing db loading transaction and the network request
wafer-li: could you please open another bug for the crash and keep this issue about your question?
@JoseAlcerreca I just thought the reason of that bug might relate to the limitation(cannot cancel data-loading).
I will do it right away