Android - Load Thumbnail From Website Url Using Glide/picasso
I'm trying to load a thumbnail for an article on the web using Glide, but it returns an empty field. Unlike other examples this URL does not directly link to a PNG/JPG etc, rather
Solution 1:
You need to provide Glide/Picasso a direct link to article image. Try to find this site API, or use some "any website to API" tools, I believe it'll give you article image.
Post a Comment for "Android - Load Thumbnail From Website Url Using Glide/picasso"