Top "Android-glide" questions

a fast and efficient open source image loading library for Android that wraps media decoding, memory and disk caching, and resource pooling into a simple and easy to use interface.

RecyclerView with StaggeredGridLayoutManager with images loading from Glide

I am having a problem showing RecyclerView with StaggeredGridLayoutManager whose item contain an imageview and the image is loaded in …

android android-recyclerview android-glide staggered-gridview staggeredgridlayout
android studio : Cannot find symbol Class GlideDrawable

i'm having an issue with this project whenever i try to compile it displays the error Error: cannot find symbol …

android android-studio android-glide
How do I draw Bitmap on TextureView

I'm trying to play video on android with TextureView. Regarding video everithing works well. But MediaPlayer.prepare(); takes some time. …

android bitmap android-glide textureview
Android Glide library not working with shared element transitions

I'm looking to adopt the Glide library in place of Universal Image Loader but I'm running into a problem with …

android android-glide
Glide: load image to push notifications

I am trying to load an image to a push notification using Glide but it says this: FATAL EXCEPTION: Thread-9730 …

android notifications push android-glide remoteview
Glide load into SimpleTarget<Bitmap> not honoring the specified width and height

I'm using Glide to load an image, resize it and save it to a file by means of a SimpleTarget&…

java android android-glide