I have a RecyclerView that loads images from the server. When I scroll the scrolling is quite jerky. I am using glide to load images I feel that images are being loaded every time the recycler view is being scrolled. So could anyone please tell how to stop loading images onscroll...
Thanks..