使用Android的意图,选择多张图片,从照片库 [英] Select multiple images from Photo Gallery on Android using Intents

查看:792
本文介绍了使用Android的意图,选择多张图片,从照片库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

@see此 http://stackoverflow.com/a/15029515/185022

我真的想选择画廊图像,但我只找到了方法来选择一个单一的形象。

I`m trying to select images from gallery, but i only found the way to select a single image.

Intent photoPickerIntent = new Intent(Intent.ACTION_PICK);
photoPickerIntent.setType("image/*");
startActivityForResult(photoPickerIntent, 1);

有没有一种方法可以选择多个图片?

Is there a way to select multiple images?

推荐答案

创建一个自定义库相同的,如:<一href="http://vikaskanani.word$p$pss.com/2011/07/20/android-custom-image-gallery-with-checkbox-in-grid-to-select-multiple/">Android自定义图像画廊复选框格可以选择多个

Create a custom gallery same like: Android custom image gallery with checkbox in grid to select multiple

这篇关于使用Android的意图,选择多张图片,从照片库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆