Luca Pellizzari

Results 34 comments of Luca Pellizzari

Hey, in our company we're planning a library that would compile to Android, iOS, and Web, and this would be very useful. Do you have an ETA on when Js...

Hey @rickclephas, I have worked with Kotlin/Js before so maybe I can help out. Js is radically different from the others platform, it's single-threaded by default on the browser, they...

I can maybe provide a PR when I got time

> I think yes, if the thumbnail is also an online image, what do you suggest to do if not usingImageLoader? As of now, If one has to give an...

Nope, cache key includes sizes, effects and other params in request options... Even if you have it in cache it will download it twice during .downloadOnly() call...

This is why I am reluctant, there is lot I would change in the interfaces, I would only have one call to load from thumbnail and source, would remove the...

I am experimenting locally, to find a simpler solution

Since I think my use case has reached a level that needs it's own solution, in the weekend I've been working on this: https://github.com/KirkBushman/LargeImageView This is working for me in...

I'm probably going to continue with my own solution, but maybe we can take this as a chance to update BIV, which is used by a lot of people. What...

It happens because the height of the image is greater than the height of the view, so it tries to fit it using scale type, but the thumbnail scaleType and...