thest1 / LazyList

Lazy load of images in Android
http://stackoverflow.com/questions/541966/android-how-do-i-do-a-lazy-load-of-images-in-listview/3068012#3068012
MIT License
1.2k stars 497 forks source link

Issue with android M #47

Open dj9975 opened 8 years ago

dj9975 commented 8 years ago

Images are not loading while working with android M, And I have already checked that image url is valid and permissions are taken from the user

thest1 commented 8 years ago

Does your device have external SD card?

Franknxtn commented 8 years ago

it is not working with marshmallow, i even checked the image urls but they are all valid and there is some problem, it works fine with lollipop though. please find a workaround to work in marshmallow. i have nexus 5x and i runs on marshmallow.

ashutoshgngwr commented 7 years ago

From Android M onwards, you need user's approval for granting any app permission to write external storage. See this!