Fetch
Fetch copied to clipboard
How to turn off background process download ??
Hii, thanks for nice library I wanna ask how to turn off background proccess after i close application using home button?
im search in backgroundHandler but idk how to turn off that Thank you anyway
Hey, Try using fetch.cancel() if you want to stop in onDestroy() method.
Hey, Try using fetch.cancel() if you want to stop in onDestroy() method.
how using onDestroy man? im declare in my main can't work
Can u share the file that you are making