Android library to pick an image from gallery or camera.
Super easy. Inline result.
No need for FileProvider. No need to manage user permissions. No need for custom UIs or localizations.
Add the dependency in your app build.gradle
with the current version number:
implementation 'eu.acolombo:plukke:0.8'
Add JitPack in your root build.gradle
:
allprojects {
repositories {
..
maven { url 'https://jitpack.io' }
}
}