Giter Site home page Giter Site logo

Comments (6)

colinrtwhite avatar colinrtwhite commented on July 25, 2024

Hi, can you post a GIF/video of the issue you're running into? Coil should be efficient by default when working with RecyclerViews. Requests will be automatically stopped as the Views scroll off screen. Bitmap pooling also helps with recycling memory on pre-O.

from coil.

MenosGrante avatar MenosGrante commented on July 25, 2024

Here it is. I am loading the whole gallery using MediaStore and MediaStore.Images.Media.EXTERNAL_CONTENT_URI and loading it using imageView.load(uri).

Maybe the good decision to convert it in bitmaps at first and then populate the list. Any ideas?

from coil.

colinrtwhite avatar colinrtwhite commented on July 25, 2024

Maybe the good decision to convert it in bitmaps at first and then populate the list

I'm not sure I follow. Can you post a sample project that reproduces the issue? Thanks.

from coil.

colinrtwhite avatar colinrtwhite commented on July 25, 2024

It looks like the images in the GIF you posted aren't being cached in the memory cache. Currently, the image cache only supports BitmapDrawables.

from coil.

ZacSweers avatar ZacSweers commented on July 25, 2024

Currently, the image cache only supports BitmapDrawables.

Is that a technical limitation or just not implemented?

from coil.

colinrtwhite avatar colinrtwhite commented on July 25, 2024

@ZacSweers Not implemented, though I have a WIP branch which should make it into an upcoming release. It was planned to support all Drawables for the initial Coil release, but I ran out of time. If you'd like I can tag you on the PR when it's ready.

from coil.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.