I want to open the gallery and select multiple image. Then the selected image are preview in a gridview or framelayout. how do you select multiple photos from gallery and save that in imageview array. and everytime you choose again it stack.
I tried
Intent i = new Intent(Intent.ACTION_PICK,android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
but it just select one image
anybody know how to do this?