Miroslav Ignjatovic

Results 9 comments of Miroslav Ignjatovic

Try this one https://gist.github.com/miroslavign/5ef59e396e6b2e73d0c07db378097f2c

I am observing efficiency problems when loading say 500 elements. This list is in one of 5 fragments, and when opening the fragment with this list, I see some serious...

Any info about this one. Integrating this lib in a cursor adapter is fairly simple, but this issue is really annoying, and I can not get to the bottom of...

I implemented this one. You set a drawable from res (for a default loading image until it remote loads), and a URL for final image. I am having a hard...

If not possible without tweaks, I might try "Chip recreation" after loading url image as a last resort.

@bagintz I tried that and a whole lot of other invalidate's I will push changes i made to my fork, so maybe others could try this path as well

Let me try it like this, I'm ok with `ViewMmodel` being the owner, the question is should it be like: ``` abstract class UseCase where Type : Any { abstract...