-
### Steps to reproduce
Can't take a scrolling screenshot of libraries on Xiaomi/Redmi phones. The scrolling option is not even clickable in libraries. But it works while reading the chapters.
### Ex…
-
Hello team !
My team and I are working on multiple Java / Kotlin Android projects with a mix of Jetpack Compose and traditional Android projects. We recently integrated the `sonar-kotlin` plugin (v…
-
https://developer.android.com/jetpack/androidx/versions/all-channel#march_10_2021
Composeの1.0.0-beta02が出ています。
その他Activity 1.2.3, Fragment 1.3.1, Navigation 2.3.4など。
新しいところでは、Wear OS のカスタムTileを作…
-
-
# Description:
I developed this application while I was learning Android Application. So I just wrote the code in a gibberish format. Would like to have this project migrated towards Jetpack Compos…
-
### Problem description
How to run kotlin multi platform on termux?
I want to create the kmm project with termux and compile it to apk with termux,
And if you're able to make me make the project t…
-
Fundamentals
https://getstream.io/blog/android-developer-roadmap-part-5/#jetpack-compose
Learnings so far [here](https://github.com/hardikm9850/Android-Playground/blob/main/compose_base/Compose%20…
-
The Kotlin team is working on introducing a new IR backend for improved compatibility with new compiler frontends including the one used for Jetpack Compose. Given that Compose will require opting int…
-
enum class Daypart {
MORNING, AFTERNOON, EVENING
}
class Event(
val title: String,
val description: String? = null,
val daypart: Daypart,
val duration: Int
)
val event1 …
-
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? …