Anuj-Kumar-Sharma / NewsApp

Android app for displaying News in a RecyclerView
41 stars 45 forks source link

Image loading problem with Glide [API Endpoint Updated] #10

Open PratikChakraborty10 opened 3 years ago

PratikChakraborty10 commented 3 years ago

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.

PratikChakraborty10 commented 3 years ago

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.

Harsh4902 commented 2 years ago

Hey, thanks for providing alternate api. It helped me a lot.

sumitbhuia commented 1 year ago

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 .