どれが、今、旬なのか。
まずはリンクを列挙しておきます。
全部使ってみようと思います。
👉 android glide, android picasso, android coil - 調べる - Google トレンド
Glide
32.8k stars
Watchers 1.1k watching
Forks 6k forks
👉 bumptech/glide: An image loading and caching library for Android focused on smooth scrolling
👉 Glide v4 : Fast and efficient image loading for Android
@sjudd Hey, I believe you're one of the maintainers of Glide. Is it a planned feature? Does Glide's team want help from the community on this? Jetpack Compose is going to stable soon, I believe later this month or next month
👉 Jetpack Compose Support · Issue #4459 · bumptech/glide
Picasso
18.3k stars
Watchers 867 watching
Forks 4k forks
👉 square/picasso: A powerful image downloading and caching library for Android
Nobody works on Picasso. If you want something in the next N years definitely use Coil. Or Glide. Or whatever. They're all fine.
Image loading is a terrible, horrible business to be in. It's been really nice not being in that business for the last few years. I don't see a reason to resume. I certainly have no intent to support it anymore. Picasso accomplished its goal of moving the ecosystem out of the painful image loaders of 2011/2012 to the fluent and extensible ones we know today. But it's filled with technical debt and the legacy of poor design (at least, in hindsight) and is currently very, very stuck between a major refactor and redesign with no end in sight.
👉 Consider providing Jetpack Compose support · Issue #2203 · square/picasso
Coil
8.4k stars
Watchers 98 watching
Forks 512 forks
👉 coil-kt/coil: Image loading for Android backed by Kotlin Coroutines.
To add support for Jetpack Compose, import the extension library:
implementation("io.coil-kt:coil-compose:2.1.0")
まとめ
JetpackCompose への対応ライブラリ群も見逃せません。
アーキテクチャー、フレームワーク、ライブラリの選定はそのプロダクトの安定感に直結します。
機能確認を中心に検証しながら、将来の本筋を外してはなりません。