Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Stop downloading image when scrolling recyclerview in android

I am using MVVM architecture with data binding in kotlin language in my app. Glide is the library I am using for image downloading.Now what I want is if I scroll recyclerview then image downloading must be stopped and when I stop scrolling it starts downloading.Is there any way to do it?

Comments