MultipleImagePick
MultipleImagePick copied to clipboard
Smart android gallery with multiple image selection action.
I found that memory leak occurs when I repeat action that I move to CustomGalleryActivity and go back to MainActivity by using Eclipse DDMS View's Heap monitoring. The reason was...
1. change this as library 2. add the library as a dependency of my project. 3. copy universal-image-loader.jar to my project's libs folder. 4. copy relevant code of MainActivity.java to...
Hi, is there a way to change the title "Luminous Gallery" to a custom title ? What about the colors ? Thanks.
Is there any way to display images for a particular folder? Suppose in my gallery i have created "xyz" named folder and i want to display images which are in...
This code was not from me. It was originally written by yusufsaber mostly, and zokipirlo. I also changed min sdk to 11 from 7 because the implementation added to this...
Hey guys, Great work with this library. It uses a method in the CustomGalleryActivity class that is deprecated though. I have fixed this issue in my project and thought you...
gridGallery.setFastScrollEnabled(true); I am not sure why i am getting this. any clues ?
Hello there, Thank you for providing this as open source! :) I have downloaded the project and tried on my device. But there are no images displayed. May I know...
I would to thank you for this open source project. I know this project allowed us to select image(s) from gallery and showing on GridView with awesome theme, But sometimes...
Would it be hard to implement an option where you can get images in the order which the user has selected images? It would be great to show the number...