简体   繁体   中英

Images Sd card android

My question is there any android library which does the following features

1.Accessing images from sd card as thumbnails

2.Click on thumbnail shows the actual image.On the swipe of that image it should show the other images. I implemented this feature using view flipper but which was costly as i need to add all images to the viewfilpper while loading.

Any links related to this will be helpful.

Thanks in Advance.

There isn't any dedicated library for this. But with we can achieve this by creating Gallery View and give sd card path as the path for images in the activity.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM