简体   繁体   中英

Any open source Android Image Gallery SDKs?

I've been wondering if there are any open source SDKs for creating image gallery type functionality for an Android app. I essentially am looking for something simple that would run much like the native android gallery app. I have an Activity with a GridView that displays some thumbnails. I then want the user to select an image, and launch into a Gallery type Activity where the user can scroll between photos, pinch/zoom, etc...

I'm fairly comfortable rolling my own code to do this, but figured that if there's some standard package or SDK out there that does something like this already, no need to waste my time re-inventing the wheel.

Thanks in advance.

Android has a default gallery view. Here the example .

This seems to be a coverflow gallery found from github

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