Android

Android

[Jetpack・Android] How to resolve the problems arround gradle

A problem When I try to incorporate a package of hilt with using ksp, I came across the several errors and was not able ...
Android

[Kotlin/Jetpack Compose] What is the difference of `recomposition` and `configuration change`?

Question I saw an Android official article. The reason why I read this article is to understand the notion of hoistng st...
Android

[Kotlin/Android] How do you prevent crashing your application when notifing to flutter through event channel?

Problem Don't you always come across a problem?!?! (<= Please don't say so : < ) I came across Android application crash...
Android

[Android]Kotlin How to capture and show the video which is captured by WebRTC (Sora)

In my situation, I use Sorawhich have been being developed by Shiguredo. Concisely, This libraly is libwebRTC wrapper. W...
Android

[Kotlin/Android] How to get boundry values from `Range` type

Cause I'm implemeniting Android camera appllication and often retrieve range value of some characteristics. For example ...