项目作者: rosberry

项目描述 :
With a few lines of code you can get media files(photos) from your android file system
高级语言: Java
项目地址: git://github.com/rosberry/media-picker-android.git
创建时间: 2017-09-19T09:44:17Z
项目社区:https://github.com/rosberry/media-picker-android

开源协议:Apache License 2.0

下载


MediaPicker

Platform
Download
Size

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.

Features

  • 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)

Usage

Add dependency to your build.gradle file:

  1. compile 'com.github.neestell:mediapicker:1.2.2'

Note: min SDK version for library is 14

Usage wiki

Sample app sources

License

  1. Copyright 2017 Rosberry
  2. Licensed under the Apache License, Version 2.0 (the "License");
  3. you may not use this file except in compliance with the License.
  4. You may obtain a copy of the License at
  5. http://www.apache.org/licenses/LICENSE-2.0
  6. Unless required by applicable law or agreed to in writing, software
  7. distributed under the License is distributed on an "AS IS" BASIS,
  8. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9. See the License for the specific language governing permissions and
  10. limitations under the License.