android-image-picker icon indicating copy to clipboard operation
android-image-picker copied to clipboard

Suggestion to folder loading

Open Rodrigolmti opened this issue 6 years ago • 3 comments

Hello, first thank you so mutch for doing that lib and share with us, for me is the best lib to pick images, but I found one problem with the folder loading, if your device have many images the loading will be a great delay, because at first you search for the folder and then you put all images of that folder inside, but why not load only the folders, and when user select one folder, then you load images from that folder, i download your code and made some modifications and it works, what do you think about that? Maybe can i sent to you the modifications i made.

Rodrigolmti avatar May 23 '18 13:05 Rodrigolmti

Yeah, load images per-folder is a more scalable approach for sure. Currently there's an issue for loading speed as reported in here.

esafirm avatar Jun 17 '18 10:06 esafirm

Hey @Rodrigolmti can you check the latest release for your delay problem? https://github.com/esafirm/android-image-picker/releases/tag/1.13.1

esafirm avatar Jun 18 '18 11:06 esafirm

Hey sorry for the delay, I actually edit myself the code haha. But I see here and It's working now, thanks for that.

Rodrigolmti avatar Aug 17 '18 02:08 Rodrigolmti