Phong Minh Bui

Results 12 issues of Phong Minh Bui

I want to preview and take picture with aspect ratio is 1:1. How to do that? Thanks.

Hi, I'm using version 1.4.1, and today I'm seeing new version 1.4.4. I was upgrade to this version and my code is didn't working. Please give me a standard way...

How to make the width of the swipe stack descending same the demo. Thank you!

I have a problem _____________________________________ 02-20 19:49:15.025 7869-8975/com.phongbm.eg E/AndroidRuntime: FATAL EXCEPTION: Thread-1449 Process: com.phongbm.eg, PID: 7869 java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/mina/core/buffer/IoBuffer; at com.red5pro.streaming.core.l.a(Unknown Source) at com.red5pro.streaming.R5Stream.write(Unknown Source) at com.red5pro.streaming.source.c.run(Unknown Source)...

I hava a problem, the following: - onPause(): I finish R5Stream `private void finishLiveStreaming() { if (stream != null) { stream.stop(); videoPreview.getHolder().removeCallback(this); R5Camera r5Camera = ((R5Camera) stream.getVideoSource()); r5Camera.stopEncoding(); r5Camera.setPreviewDisplay(null); camera...

This is my code ``` skeletonBuilder = SkeletonDrawable.create(view as ViewGroup) .builder() .setEnabled(true) .setAllowSavedState(true) .withShimmerBuilder { setColor(MutableColor.fromColor(colorGray300)) setCount(3) } ``` hide effect ``` skeletonBuilder?.setEnabled(false) ``` Today, I upgrade version from 1.4.1...

I want to use CropImageView in Compose project, how to do that?

My xml item is very large, when I check Profiler and see Janky frame of inflate() method. This is big issue in my app. I research and found AsyncLayoutInflater, it...

I implement drag & drop, but sometimes it crash randomly. How to fix that? Please. That is log: ``` java.lang.IndexOutOfBoundsException: Index: 3, Size: 3 at java.util.ArrayList.remove(ArrayList.java:503) at com.airbnb.epoxy.EpoxyControllerAdapter.moveModel(EpoxyControllerAdapter.java:202) at com.airbnb.epoxy.EpoxyController.moveModel(EpoxyController.java:688)...