ImageGroupView
ImageGroupView copied to clipboard
Upload images after selecting
Hi, I need to upload the images after they are returned to the onActivityResult, I use retrofit to upload each image.
Thank you
ArrayList<File> images = new ArrayList<File>(); for(String filePath :mGridView.getLocalUrls()) { images.add(new File(filePath)); }