android / compose-samples

Official Jetpack Compose samples.
https://developer.android.com/jetpack/compose
Apache License 2.0
19.84k stars 4.71k forks source link

Images in Jetsnack example are no longer available #1408

Closed bashor closed 2 months ago

bashor commented 3 months ago

https://github.com/android/compose-samples/blob/b7adb98ebe36b17c23bfb7d27a9fa93d7416e47e/Jetsnack/app/src/main/java/com/example/jetsnack/model/Snack.kt#L35-L226

bashor commented 3 months ago

FTR it works now

bashor commented 2 months ago

Doesn't work again

sdeleuze commented 2 months ago

FYI I have a talk next week where I would like to demo the related Kotlin/Wasm sample.

riggaroo commented 2 months ago

Hi folks! Unsplash unfortunately turned down the soruce.unsplash.com links, and since we'd like to not need to use an API key - we've now switched to static images. Addressed in this pull request - https://github.com/android/compose-samples/pull/1422

bashor commented 2 months ago

@riggaroo thanks for the update!

bashor commented 2 months ago

JFTR: I've updated the online demo (https://zal.im/wasm/jetsnack) with images from the PR. @sdeleuze FYI