-
### Description
A custom native Android component can be made up of multiple native `Views`. For example, a custom `TabBar` renders a `BottomNavigationView` which internally renders many native vie…
-
[**URL of codelab**](https://developer.android.com/codelabs/basic-android-kotlin-compose-text-composables?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-uni…
-
**Describe the bug**
A clear and concise description of what the bug is.
java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/compose/runtime/PrimitiveSnapshotStateKt;
at z0.p0.(SourceFil…
-
**Description:** After the component was declared in XML and referenced the menu, the memory increased by about 25-35MB! When I deleted the menu declaration, the memory returned to normal. also I chec…
-
### SQLDelight Version
2.0.2
### Operating System
Fedora Linux 40
### Gradle Version
8.8
### Kotlin Version
1.9.22
### Dialect
SQLite
### AGP Version
8.6.0
### Describe the Bug
Not genera…
-
### The use of `modifier: Modifier.fillMaxSize()` causing the output not displaying the full content.
I have tried every way possible to figure out what's going wrong. After trying different methods …
-
### Steps to reproduce
1. Use `showDatePicker` method on Flutter project with material3
2. Set English (USA) language on your OS
3. Change regional settings - first day of week to Monday
4. Open a…
-
I am facing ClassNotFoundException while reading collection. I have added all the needed dependencies in gradle file. I did the signin process with custom token.
`Caused by: java.lang.ClassNotFoun…
-
Hello, I'm trying to integrate bottom sheet into my application. I am setting the values HasHandle to true however, it is not being shown.
Tried:
var page = new BottomSheetElement();
…
-
We have found out that most, if not all, Jetpack Compose dependencies are being displayed twice when showing the `OssLicensesMenuActivity`. See attached screenshot from my minimum reproducable project…