Bug P3
Status Update
Comments
au...@google.com <au...@google.com> #2
After some googling I found https://github.com/android/camera-samples/blob/master/CameraXBasic/app/src/main/java/com/android/example/cameraxbasic/utils/AutoFitPreviewBuilder.kt which does what I want. Would it be possible to fold this into the main library or at least make it configurable without the need for that class?
al...@google.com <al...@google.com> #3
Hi Charcoal,
Are we getting a crop mode here? Thanks!
Are we getting a crop mode here? Thanks!
au...@google.com <au...@google.com> #4
Hello,
Thanks for raising this up. May we know did you set aspect ratio or resolution for Preview use case? And could you also attach the captured image file?
Thanks for raising this up. May we know did you set aspect ratio or resolution for Preview use case? And could you also attach the captured image file?
Description
If a callback is an interface a warning is shown:https://cs.android.com/android/platform/superproject/+/master:tools/metalava/src/main/java/com/android/tools/metalava/ApiLint.kt;drc=26ec88f1d22ddd33c30aec46b1a5a50339e3c159;l=491
But the rationale is no longer valid with Java 8. And the API guidelines no longer recommend this: go/android-api-guidelines#multi-method-callbacks