Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

This library is used for Android API Level 21+ for capturing image from camera or taking image from gallery.

Jan 3, 2022

An Android image picker that works on older APIs. It uses a BottomSheetDialog by default.

Feb 13, 2022

It's easy to select images on Android devices. You can choose images from the different albums and zoom them in the preview mode.

Feb 13, 2015

File picker allows you to take photo and files from camera \ gallery \ filesystem and also you can add up to 3 own custom actions.

Picker will ask for camera and gallery permission on android version 6.0 or above.

Jun 24, 2018

Awesome Image Picker library will pick images/gifs with beautiful interface. Supports image or gif, Single and Multiple Image selection.

Mar 6, 2017

An image picker that extends BottomSheetDialogFragment.

  1. Camera and gallery all in one dialog;
  2. Single or Multi Selection;
  3. Survives orientation change;
  4. Handle permissions for you.

May 11, 2018

ChoosePhotoHelper develops a component which facilitates the source code of picking photos in your Android apps. By using it, it's possible to pick photos from gallery or take an image with the camera without any boilerplate codes. It also internally handles some issues like rotation correction of the taken photos, permission request for camera and gallery (if needed), etc.

Jul 20, 2019

CroPicker is album and image Picker Library for Android. Supports import a list of Albums and support multiple image selection.

Jun 2, 2017

Compatibility library for dealing with various device photo albums.

Jan 13, 2015

EasyImage allows you to easily take a picture from gallery or camera without creating a lot of boilerplate code.

Nov 3, 2015

A simple library for Android to get images from gallery or from camera.

Apr 15, 2017

If you want to pick up a photo from the gallery and camera, store it somewhere then do something, this library will be the best choice for you. It will handle all the storing, scaling, rotating, threading, loading dialogs. Easy to start a photo intent, easy to get the result, you won't need to code a lot as what you used to do.

It also helps you to handle realtime permissions without any lines of code.

Dec 30, 2016

An Android Facebook image picker built using Kotlin, RxJava2, and Facebook's Graph API. The library allows the user to browse through their Facebook albums and images. This will require the Facebook app being used to have the "user_photos" permission. The library allows the user to select a number of photos and will return the associated preview and source URLs for the photo(s) selected. The sample app shows an example of how to use the selected Facebook image data to download and use the image(s) within an ImageView.

Jul 7, 2018

This project aims to provide an ultimate and flexible image picking from Gallery, Camera and cropping experience as well as PDF picking from system.

Feb 4, 2024

A pretty image picker for Android.

Nov 14, 2015

Android library for gallery images and videos, and capture camera image and video.

Jan 7, 2024

Have you ever faced the need of build a gallery for your users to pick a image? or to take a new photo to use it as avatar? GalleryModule is just that in one library. The user will be prompted to pick one or multiple images from the device and also take new photos or videos.

Sep 21, 2016

Gallery Picker allows you to design a custom gallery for image / video picker in your android projects.

Dec 29, 2019

Gliger is an easy, lightweight and high performance image picker library for Android! Gliger loads images using Android content resolver with the help of coroutines to lazy load images and improve the performance! Gliger handles permission requests, supports camera capture, and limits the max number of images to pick.

Jan 19, 2020

A fully customizable icon picker dialog that provides easy access to a load of quality icons without having to include them in your project. Icons used by this library are all part of the Material Design Icons set, made by Google as well as several contributors.

May 10, 2018

Android library to choose image from gallery or camera with option to compress result image.

Jul 22, 2018

Easiest way to handle image via camera and gallery intent.

Jul 17, 2015

ImageFileSelector allows to choose picture and crop it.

Nov 13, 2015

Android image group view - it can can show and add images.

Jun 23, 2016

An Android library that supports selecting images from the device or from the camera.

Aug 6, 2016

ImagePicker is a library for picking image from the Android Gallery or technically from MediaStore.Image.Media without the hassle.

Goal of this project is to make an image picker that configureable and extendable.

Nov 6, 2016

An Android image picker and cropper library.

Mar 27, 2017

Simple Library to Pick an image from the Gallery or Capture image with Camera.

Almost 90% of the app that I have developed has Image upload feature. To simplify the image pick/capture option I have created this library. Its easily configurable and easy to use.

Feb 12, 2019

Easy to use and configurable library to Pick an image from the Gallery or Capture image using Camera. It also allows to Crop and Compresses the Image based on Aspect Ratio, Resolution and Image Size.

🐱‍🏍Features:

  • Pick Gallery Image
  • Pick Image from Google Drive
  • Capture Camera Image
  • Crop Image(Crop image based on provided aspect ratio or let user choose one)
  • Compress Image(Compress image based on provided resolution and size)
  • Retrieve Image Result as File, File Path as String or URI object
  • Handle Runtime Permission for Camera and Storage
Dec 16, 2020

Combined both TedBottomPicker and Camera View, to get the View Similar to ImagePickers of Olx.

We can Pick Images From Gallery and Camera in two modes (Single, Multi), and pick multiple images from both Camera and Gallery.

Jul 17, 2017