bumptech / glide

An image loading and caching library for Android focused on smooth scrolling
https://bumptech.github.io/glide/
Other
34.47k stars 6.11k forks source link

Support for Glance #4762

Open desgraci opened 2 years ago

desgraci commented 2 years ago

ATM there is no support for it

luiscurini commented 2 years ago

Hi :) Are you planning to provide a Glance composable?

https://android-developers.googleblog.com/2021/12/announcing-jetpack-glance-alpha-for-app.html

Due to the limitations of how widgets work it’s not directly interoperable with the existing compose classes. Our current approach is to use bitmap and pass it to the ImageProvider but it'd be amazing if there would be a glance glide composable to load directly using URLs.