theapache64/topcorn

There is a bug in which some movie thumbnails are not being loaded so we need to add an error image in such case. Also I would like to work on Searching movienames section.

KartikBhargava opened this issue · 2 comments

There is a bug in which some movie thumbnails are not being loaded so we need to add an error image in such case. Also I would like to work on Searching movienames section.

I want to add code in the ImageViewBindingAdapter but its read only how can I make it writeable

Glide.with(imageView.context)
.load(url)
.apply(requestOption)
.into(imageView)

The image error can be handled

Same issue is with me . Can't work on it unitl unless they assign it to me.