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.

Can I load images synchronously with Glide?

I know it isn't very practical to load bitmaps from the device storage synchronously, but I really have to do …

android android-glide
Glide V4 load https images

I know this link, and tried but this is for Glide V3 solution, I need to load https://myimage/image/…

android android-glide sslhandshakeexception image-loading
Is it possible to use Glide to download image to load into a TextView?

In my app I download an image from an URL and set it into an ImageView through Glide, however, I'm …

android android-glide
Glide loading images each time when scrolling recyclerview

I have a RecyclerView and each item of RecyclerView is having ImageView. I am loading the image in that ImageView …

android android-recyclerview android-glide
Incorrect image rendered with Glide library

I am using the glide library in my android project to fetch and display images. Earlier I was using version 2.0.5 …

android android-volley android-glide
Glide can't load file from internal storage

I have an Activity in which I download a zipfile of images and then unzip in the getFilesDir(). Path is …

android android-glide
com.bumptech.glide.Registry$NoModelLoaderAvailableException: Failed to find any ModelLoaders

I am trying to load a custom model into Glide but getting this error: GlideExecutor: Request threw uncaught throwable com.…

android android-glide
I used Glide library to load image into imageView and I don't know how to make image pinch to zoomable

public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); //Variables …

java android imageview android-glide
Unresolved reference: GlideApp in activity written in Kotlin

In short my problem is that I can't use GlideApp (generated API) in an activity written in Kotlin. Interesting enough …

android kotlin android-glide
Glide FileNotFoundException: No content provider when loading images from internet

I made my own rest api and now it just has endpoint where I show some images. Here how it …

android rest android-glide