Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images from local file #51

Open
tsakmalis opened this issue Jun 8, 2017 · 3 comments
Open

Images from local file #51

tsakmalis opened this issue Jun 8, 2017 · 3 comments
Labels

Comments

@tsakmalis
Copy link

tsakmalis commented Jun 8, 2017

I am trying to retrieve some images from a local file of the device (let's say the DCIM/Camera). How can I use:

scrollGalleryView
    .setThumbnailSize(100)
    .setZoom(true)
    .setFragmentManager(getSupportFragmentManager())
    .addMedia(infos);

?

where infos it's a List

@yspisgod
Copy link

yspisgod commented Apr 2, 2018

anyone know it?help

@VEINHORN
Copy link
Owner

VEINHORN commented Apr 3, 2018

@yspisgod Hi! There was .addImages(File fromDir) method in ScrollGalleryView class which was removed during the library evolution. You can find its code in the following commit f624c64. I hope it will be helpful for you and I'm going to provide a similar functionality in one of the future library versions.

@hasnain-ahmad
Copy link

@yspisgod Hi! There was .addImages(File fromDir) method in ScrollGalleryView class which was removed during the library evolution. You can find its code in the following commit f624c64. I hope it will be helpful for you and I'm going to provide a similar functionality in one of the future library versions.

Which library version is capable of loading images from the android storage directory?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants