Skip to content

With a few lines of code you can get media files(photos) from your android file system

License

Notifications You must be signed in to change notification settings

rosberry/media-picker-android

Repository files navigation

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:

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

Note: min SDK version for library is 14

Usage wiki

Sample app sources

License

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.

About

With a few lines of code you can get media files(photos) from your android file system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages