This is more like a generic question, but after lot of search and try I am not able to understand why this is so difficult to achieve. This is the closest answer I can find
You need to use the "Picasso" library to load image asynchronously, and also make sure that the size of the image which you load is similar to the size of image view in the layout, using the fit()
function. Also, if you are using a recycler view inside the scroll view, make sure to set nested scrolling
to false.
I solved my issue using the above three methods