Hey developers,

I’m working on a native Android app in Kotlin and running into performance drops while loading a lot of images in a RecyclerView. I’ve tried libraries like Glide and Picasso, but I’m not sure which one handles caching more efficiently in newer Android versions.

If anyone has experience with optimizing image loading (especially with offline support and memory management), I’d appreciate your input.

Thanks in advance!