An open API service indexing awesome lists of open source software.

https://github.com/jmarkstar/android-media-file-chooser

Im going to develop a library to pick media files for android following those especifications https://developer.android.com/guide/topics/media/media-formats.html.
https://github.com/jmarkstar/android-media-file-chooser

android-library gallery takephoto video-recording

Last synced: 8 months ago
JSON representation

Im going to develop a library to pick media files for android following those especifications https://developer.android.com/guide/topics/media/media-formats.html.

Awesome Lists containing this project

README

          

[![](https://jitpack.io/v/jmarkstar/android-media-file-chooser.svg)](https://jitpack.io/#jmarkstar/android-media-file-chooser)

# android-media-file-chooser
Library to pick media files. take pictures and record videos for android following those especifications https://developer.android.com/guide/topics/media/media-formats.html.

Step 1. Add it in your root build.gradle at the end of repositories:

```gradle
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
```

Step 2. Add the dependency

```gradle
dependencies {
compile 'com.github.jmarkstar:android-media-file-chooser:0.1.2.alpha'
}
```