MultiImageSelector
MultiImageSelector copied to clipboard
Question of ListView for folders and Gridview for images
Your library works well, but I have a question of how could I separate the ListView and GridView into 2 pages, I am trying to achieve display the ListView for folders then when user select one of the item then goto the next page which is GridView for images. In this case, is it I need to create 2 fragment and use the callback to get the photos from ListView?