Nam Nguyen
Nam Nguyen
I import the "Motion" sample as it and My tried with "Navigation --> Shared Element" will crash on emulator v16 with the following trace: ``` java.lang.UnsupportedOperationException: FragmentContainerView does not support...
Thanks for the amazing sample code (simple yet fully work + :heart: the auto resize preview) I'm not super familiar with Display API but I notice that [in this line](https://github.com/yanzm/CameraXObjectDetection/blob/master/app/src/main/java/net/yanzm/cameraxobjectdetection/AutoFitPreviewBuilder.kt#L83)...
Thanks for the nice interface. How about adding information from this page: https://developer.android.com/about/dashboards to the CLI? It would be so useful.
I got this Exception when trying to execute `Select.columns("COUNT(*)"). ...` ``` android.database.CursorWindowAllocationException: Cursor window allocation of 2048 kb failed. # Open Cursors=679 (# cursors opened by this proc=679) ``` After...
Here in [this line](https://github.com/AAkira/ExoPlayerManager/blob/master/playermanager/src/main/kotlin/com/github/aakira/playermanager/ExoPlayerManager.kt#L144) You directly call the setter of PlayerView to set its Player instance. There is a flaw in this, as below. Consider the following scenario: ExoPlayerManager has...
- [x] I have searched [existing issues](https://github.com/google/flexbox-layout/issues) and confirmed this is not a duplicate ## Issues and steps to reproduce FlexboxLayoutManager will throw OOM if number of item is too...
I see you have `findFirstVisibleItemPosition()` for now. Is there any plan for `findLastVisibleItemPosition` ?
Update ExoPlayer to 2.17.1 Target SDK and Compile SDK to 31 Make it builds