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
Post a Comment