Skip to content

GlideSubComposition Issue with HorizontalCenteredHeroCarousel #5552

@rodrigodiasferreira

Description

@rodrigodiasferreira

Hi there,

I saw this on your documentation related to Glide with compose, specifically related to the GlideSubComposition API:
If you have a use case that requires this API, please let me know by filing an issue.

Well, I am using GlideSubComposition as a way to retry to load the image, in case some glitch happens.
It worked.
But when I integrated with the new Jetpack Compose Component: HorizontalCenteredHeroCarousel, when I am in a tablet in Portrait Mode and then I rotate the device to Landscape, the images inside the Carousel that are on loaded, the one centered, and adjacents, they do not resize (so they stay smaller than it should). If I scroll till the image is recycled, and then come back, then it get the correct size.
If I go from Landscape to Portrait, and then back to Landscape, then it works perfectly.

a) Well, as it is bugged, I replaced with the GlideImage, and then it works fine.
So can you investigate that issue, and fix it?

b) Right now, I am using the GlideImage, then I have no means to perform a retry. Is there any other way to retry and recompose, other than using GlideSubComposition?

c) You guys launched the beta version in Sep. 26th 2023. It's been almost 2 years, no new release.
Are you guys planning to launch a stable version, or this project was abandoned and should I seek alternatives, for instance migrate to use Coil? (I always like Glide because the performance was better than Coil, but if there will be no support to Jetpack compose, I will investigate to migrate to Coil).

Thanks in advance!

Rodrigo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions