Smart Gallery with Single and Multiple image pick action. Features luminous.ACTION_PICK for choosing single image. luminous.ACTION_MULTIPLE_PICK for choosing multiple image. Also custom Theme. - - Usage // For single image Intent i = new Intent(Action.ACTION_PICK); startActivityForResult(i, 100);