It seems that shimmer / placeholder has been deprecated in accompanist. I wonder what does the community use for shimmer loading effect these days 🙂
s
sindrenm
02/07/2024, 11:22 AM
We forked their code and made it fit our needs.
👍 2
j
Joel Denke
02/07/2024, 11:28 AM
If its for images, I am using the ones Coil provides https://coil-kt.github.io/coil/compose/
For shimmer effect itself there is imo easier just do it yourself, if need high customizable look and feel, which I always felt designers want.