Android Lazy loading Images from JSON into gridview
问题 So i am trying to load images from my returned json array into a staggered gridview. I have already tested putting links directly into the array like the example and it works perfectly, but once i try to use json data, i get errors.(Both network, and storage errors) I have all the required permmissions in my manifest(ie, internet, internal and external storage) Here is my code, can somebody please let me know what's wrong? Thanks!! package com.example.staggeredgridviewdemo; import org.json