PickPhotoSample icon indicating copy to clipboard operation
PickPhotoSample copied to clipboard

Photo Picker Of Android Library

Results 5 PickPhotoSample issues
Sort by recently updated
recently updated
newest added

I have facing with this issue that I am not able to solve yet: java.lang.NoSuchMethodError: No virtual method centerCrop()Lcom/bumptech/glide/request/RequestOptions; in class Lcom/bumptech/glide/request/RequestOptions; or its super classes (declaration of 'com.bumptech.glide.request.RequestOptions' appears...

Getting this crash on android 9! ``` Fatal Exception: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.next + 860(ArrayList.java:860) at com.werb.pickphotoview.ui.GridFragment.images + 202(GridFragment.kt:202) at java.lang.reflect.Method.invoke(Method.java) at com.werb.eventbus.handler.MainEventHandler$handleEvent$1.run + 21(MainEventHandler.kt:21) at android.os.Handler.handleCallback + 873(Handler.java:873) at android.os.Handler.dispatchMessage...

org.gradle.api.GradleException: Compilation error. See log for more details at org.jetbrains.kotlin.gradle.tasks.TasksUtilsKt.throwGradleExceptionIfError(tasksUtils.kt:8) at org.jetbrains.kotlin.gradle.tasks.KotlinCompile.processCompilerExitCode(Tasks.kt:415) at org.jetbrains.kotlin.gradle.tasks.KotlinCompile.callCompiler$kotlin_gradle_plugin(Tasks.kt:389) at org.jetbrains.kotlin.gradle.tasks.KotlinCompile.callCompiler$kotlin_gradle_plugin(Tasks.kt:251) at org.jetbrains.kotlin.gradle.tasks.AbstractKotlinCompile.execute(Tasks.kt:215) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:73) at...

further investigation

Not getting triggered if selected camera from picker box.. What to do? Please change the request code to different one when image came from camera that was tapped in picker.

further investigation

I'm using [RxActivityResult](https://github.com/VictorAlbertos/RxActivityResult) right now. And it have to get a intent. Can you put the intent out so I can use it? Thanks.

good first issue