DeveloperPaul123 / FilePickerLibrary

Simple library that allows for the picking of files and/or directories.
Apache License 2.0
79 stars 25 forks source link

Long time loading #21

Closed fmeneuhe closed 8 years ago

fmeneuhe commented 8 years ago

Hi, I am testing it. I have found on my samsung 10.1 tablet that in takes a while loading, it is long time with the message "Loading data...". Is there any way I can do it faster? Thanks

fmeneuhe commented 8 years ago

Can this lag be caused by the calculation of directories size?

DeveloperPaul123 commented 8 years ago

Hmm, I'm not sure what this could be due to. The loading of the directories and the loading of the size of the directory is done in the background in an AsyncTask so I'm not sure that this is the cause.

DeveloperPaul123 commented 8 years ago

I've removed the calculation of the directory size by default. Only file size is used now.