Library that helps a few lines of code to get media files(photos) from the android file system
Main goal of this library is to make photos choosing process as simple as possible and to make it easier for developers to integrate it into their apps.
- Pick photos from Camera, Gallery and Cloud
- Support image formats: JPEG, PNG, WEBP, GIF
- Support video formats: mp4, mpeg, mpeg4, m4v, mkv, webm, avi, 3gp
- Set up target photo parameters(rotation, size, compression and quality)
Add dependency to your build.gradle
file:
compile 'com.github.neestell:mediapicker:1.2.2'
Note: min SDK version for library is 14
Copyright 2017 Rosberry
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.