NewsApp
NewsApp copied to clipboard
Image loading problem with Glide [API Endpoint Updated]
This News API Endpoint was having a problem in loading the image using the Glide library, so I have added this third-party free public API which does the same task as News API does without any kind of constraints. Also, this is my first contribution to any kind of open-sourced project.
I have watched your complete video of the news app and implemented it in the same way but till then the API call was failing and it was returning a completely blank screen. So after spending some time with the project found that NewsApi was having some problem with the Glide library that is used here to load the image from the URL. So, here I found a third-party clone of News API on the internet which does the same task as News Api and moreover, this is a public API and free to use and it doesn't have any constraints like the News API. With just this update with the API Endpoint, this app is working the same as you have shown in the video. Also, this is my first contribution to any kind of open-source project.
Hey, thanks for providing alternate api. It helped me a lot.
Thanks man ! You are such a life saver . Been searching the whole stack overflow for the problem . Checked and match every line of my code to Anuj bhaiya’s code still not working . You saved the day !! Thanks .