I could not find any already made, so I made one m...
# compose
m
I could not find any already made, so I made one myself. Simple library that wraps Glide to load images for your testing needs. Simple to use
Copy code
GlideImage("url")
Get it from Jitpack
implementation 'com.github.mvarnagiris:compose-glide-image:0.3.0'
Source code is here https://github.com/mvarnagiris/compose-glide-image If I remember correctly it is mostly based on @Leland Richardson [G] example with Coil or Picasso (I can't remember) So thanks them.
👍 10