Hello, how do I upload an image from a file on ViewpagerActy?
Here is the error:
List<String> urls = new ArrayList<>();
urls.add("file:///" + my_Path_catalog_folder + "/1.jpg");
ImageLoader.loadBigImages(viewPager, urls);
I and in your example do not download images from a file .
Will your library support downloading images from a file ?
Hello, how do I upload an image from a file on ViewpagerActy?
Here is the error:
I and in your example do not download images from a file .
Will your library support downloading images from a file ?