ImageGroupView icon indicating copy to clipboard operation
ImageGroupView copied to clipboard

Upload images after selecting

Open AnguelSC opened this issue 8 years ago • 1 comments

Hi, I need to upload the images after they are returned to the onActivityResult, I use retrofit to upload each image.

Thank you

AnguelSC avatar Dec 02 '17 01:12 AnguelSC

ArrayList<File> images = new ArrayList<File>(); for(String filePath :mGridView.getLocalUrls()) { images.add(new File(filePath)); }

khoudy avatar Feb 28 '18 00:02 khoudy