Abolfazl Abbasi

Results 12 comments of Abolfazl Abbasi

I had this problem and solved them! if (originalHeight > originalWidth) { resultWidth = 360; resultHeight = 640; float targetRatio = (float) originalWidth / originalHeight; if (targetRatio > 0) {...

I have this problem too!!!

hello maybe this can help you [https://github.com/KianIranian-STDG/iGap-Android/blob/master/app/src/main/java/net/iGap/response/ConnectionSecuringResponse.java](https://github.com/KianIranian-STDG/iGap-Android/blob/master/app/src/main/java/net/iGap/response/ConnectionSecuringResponse.java) happy code

> In new 5.2.0 version got the same problem. Solution is similar -> TProj/jni/Android.mk line number 545 > `LOCAL_CFLAGS += '-DVERSION="1.3.1"' -DFLAC__NO_MD5 -DFLAC__INTEGER_ONLY_LIBRARY -DFLAC__NO_ASM ` > change to: > `LOCAL_CFLAGS...

I am currently encountering a specific issue with the Amplitude SDK in a multiprocess application but I am unsure. The problem manifests as a significant discrepancy in the data reported...

@igordmn Did you test that we can use Android components on the KMP desktop?

Is there any official to-do list or features backlog for the Jetpack Compose support?

@Thomasdezeeuw Thanks for replying. I checked the A10. Is there anything I can contribute to it? I think I can help you with io_ring implementation.