All Projects → coomar2841 → Android Multipicker Library

coomar2841 / Android Multipicker Library

Licence: apache-2.0
Android Multipicker Library

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android Multipicker Library

Hephotopicker
自由定制支持视频,图片的相册选择器
Stars: ✭ 146 (-65.65%)
Mutual labels:  photos, picker
EVContactsPicker
Contacts Picker for iOS 9+ that uses the newer Contacts API
Stars: ✭ 52 (-87.76%)
Mutual labels:  contacts, picker
Exiftool Vendored.js
Fast, cross-platform Node.js access to ExifTool
Stars: ✭ 200 (-52.94%)
Mutual labels:  photos, videos
Media picker
A Flutter Plugin for Selecting and Taking New Photos and Videos.
Stars: ✭ 24 (-94.35%)
Mutual labels:  photos, videos
TumblTwo
TumblTwo, an Improved Fork of TumblOne, a Tumblr Downloader.
Stars: ✭ 57 (-86.59%)
Mutual labels:  photos, videos
Tumblr Crawler
Easily download all the photos/videos from tumblr blogs. 下载指定的 Tumblr 博客中的图片,视频
Stars: ✭ 1,118 (+163.06%)
Mutual labels:  photos, videos
photos
"Fx Fotos" is an opensource gallery app in react native with the same smoothness and features of Google Photos and Apple Photos. It is backend gnostic and connects to decentralized backends like "box", "Dfinity", "Filecoin" and "Crust".
Stars: ✭ 620 (+45.88%)
Mutual labels:  photos, videos
Contentmanager
Android library for getting photo or video from a device gallery, cloud or camera. Working with samsung devices. Made by Stfalcon
Stars: ✭ 108 (-74.59%)
Mutual labels:  videos, picker
Lassi-Android
All in 1 picker library for android.
Stars: ✭ 108 (-74.59%)
Mutual labels:  picker, videos
GWLPhotoSelector
相册照片多张选择控件
Stars: ✭ 50 (-88.24%)
Mutual labels:  photos, picker
Zlphotobrowser
Wechat-like image picker. Support select normal photos, videos, gif and livePhoto. Support edit image and crop video. 微信样式的图片选择器,支持预览/相册内拍照及录视频、拖拽/滑动选择,编辑图片/视频,支持多语言国际化等功能;
Stars: ✭ 3,962 (+832.24%)
Mutual labels:  photos, picker
Flutter photo manager
Provide flutter with the ability to manage photos.
Stars: ✭ 294 (-30.82%)
Mutual labels:  photos, picker
Rxpaparazzo
RxJava extension for Android to take images using camera and gallery and pick files up
Stars: ✭ 467 (+9.88%)
Mutual labels:  photos, picker
Instagramphotopicker
Photo-picker like Instagram
Stars: ✭ 144 (-66.12%)
Mutual labels:  photos, picker
Fmphotopicker
A modern, simple and zero-dependency photo picker with an elegant and customizable image editor
Stars: ✭ 428 (+0.71%)
Mutual labels:  photos, picker
viewer
🖼 Simple file viewer with slideshow for media
Stars: ✭ 68 (-84%)
Mutual labels:  photos, videos
Alerts And Pickers
Advanced usage of UIAlertController and pickers based on it: Telegram, Contacts, Location, PhotoLibrary, Country, Phone Code, Currency, Date...
Stars: ✭ 5,267 (+1139.29%)
Mutual labels:  picker, contacts
exiftool-json-db
Maintain a JSON database of photos and videos with their metadata
Stars: ✭ 18 (-95.76%)
Mutual labels:  photos, videos
Flutter photo
Pick image/video from album by flutter. Support ios and android. UI by flutter, no native.
Stars: ✭ 285 (-32.94%)
Mutual labels:  photos, picker
Insgallery
📸 Instagram-like image picker for Android (一款 UI 炫酷高仿 Instagram 的图片、视频选择器)
Stars: ✭ 409 (-3.76%)
Mutual labels:  photos, picker

Android Multipicker Library (Images, Videos, Files, Audios, Contacts)


Makes it easy and simple to integrate "Attach that file" feature into your android apps.

Don't worry about various devices/OS variations.

Don't worry about out-of-memory errors.

Don't worry about creating thumbnails to show a preview.

Picking up any file for your app, and it's details.

Picking up audio files.

Code less for capturing images/videos/files
  • Choose images from device or take a photo
  • Choose videos from device or record one
  • Choose files available on your device
  • Choose audio files available on your device
  • Choose a contact from the phonebook
  • Works with almost all content providers
  • Get all metadata about the media that you would probably need
  • Similar code base to implement irrespective of Android version of device.
Gradle
compile 'com.kbeanie:multipicker:[email protected]'
Maven
<dependency>
    <groupId>com.kbeanie</groupId>
    <artifactId>multipicker</artifactId>
    <version>1.6</version>
</dependency>

See Wiki Pages for code snippets.

Try out the sample app if you want to test it out first.

Get it on Google Play
Recent changes
Version 1.6
  • Issue #120: Image selection issue in Android 8.0
  • Other minor bug fixes.
Version 1.5
  • Issue #126: UPT: Made picker classes non final
  • Issue #47: Add quality/compression level property
  • Issue #130: android.database.CursorIndexOutOfBoundsException
  • Issue #121: CursorIndexOutOfBoundsException
Version 1.3
  • Updated build tools and min SDK version
  • Issue #86: Added equals and hashcode methods
License

Copyright 2018 Kumar Bibek

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].