Its very simple to use picasso lib to upload images to gridview, as shown here ,
class SampleGridViewAdapter extends BaseAdapter { private final Context context; private final List<String> urls = new ArrayList<String>(); public SampleGridViewAdapter(Context context) { this.context = context;
source share