-
I've been trying to create a binding for Intercom, but I'm struggling to run it on Android even though it's all building. Can there be a sample that has a deeper dependency tree and includes Android? …
-
In my project, fonts consume a significant amount of memory when launched on ios devices. There are no issues on android.
According to the [FontResource](https://github.com/icerockdev/moko-resource…
-
**Is your feature request related to a problem? Please describe.**
I am trying to make use of Acorn for Navigation in a fully Jetpack Compose screens. This is hard because AcornActivities are coupled…
gumil updated
3 years ago
-
## Jetpack Composeとは
AndroidのネイティブUIを構築するためのツール。
簡潔なコードで、UIを開発することができる。
簡潔なコードとは宣言方の関数を持つUIコンポーネントを作成し、XMLレイアウトを使用しない。
XMLレイアウトを使用しない代わりにコンポーズ可能な関数をKotlinのコード上で呼び出し、レイアウトを定義する。残りの処理はCompose Compil…
-
**Description**
When running a test with locale = "en-rXA", in an Android View containing a custom View, the test throws app.cash.paparazzi.internal.PaparazziLogger$MultipleFailuresException: There w…
-
ghost updated
9 months ago
-
I want to prevent flow collection on recomposition. Currently, I am using this code:
```kotlin
@Composable
fun UI() {
val screenModel: ScreenModel = ...
Column { ... }
Laun…
-
I found all of my `XIAOMI` series phones has displayed issue when I set my phone as dark mode (see following attachment, I am using `Jetsnack` as sample)
![image](https://user-images.githubusercont…
-
Doesn't work with latest kotlin on android studio for native android app using jetpack compose.
---
**PLEASE READ**
If you have a support contract with Google, please create an issue in the [s…
-
### How can we help?
Description:
I have an Android Jetpack Compose App with indeed has a login page -> because of that I need to wait for a user to login and than retrieve the credentials toget…