-
use adaptive layout to support foldables and large screen.
Use window size class for three different sizes Compact, Medium, Expanded
https://developer.android.com/jetpack/compose/layouts/adaptiv…
-
https://developer.android.com/jetpack/compose/testing
-
### Skill Name
Jetpack Compose
### Why?
its popular for Android Developer
### Reference Image
![image](https://github.com/tandpfun/skill-icons/assets/57593172/ea912fdb-ccb2-454e-9e33-57e8777b7c4…
-
See here for more details: https://android-developers.googleblog.com/2024/04/jetpack-compose-compiler-moving-to-kotlin-repository.html
-
# 結論
- 画面単位でCompose化する
- [MDC-Android Compose Theme Adapter](https://material-components.github.io/material-components-android-compose-theme-adapter/)を使って既存のMaterialデザインをcomposeで使う。この場合、[theme](http…
-
## New Android Project
Please fill out the following details to submit your Android project or SDK to make them available as a runnable sandbox.
### Project/SDK Name
Name of the Project/SDK: …
-
Related Issue https://github.com/fabOnReact/react-native-wear-connectivity/issues/12
What are the limitations of using `LazyColumn` component instead of traditional `ScollView`?
What are the limit…
-
https://www.answertopia.com/jetpack-compose/a-jetpack-compose-in-app-purchasing-tutorial/
https://developer.android.com/google/play/billing
https://developer.android.com/google/play/billing/getting-…
-
#### Environment details
1. maps compose version 5.0.3
2. Jetpack compose version 1.6.7
3. Material3 version 1.2.1
#### Code example
```
GoogleMap(
modifier = Modifier.fillMa…
-
Basically there are two paths toward a Flutter frontend.
1. "Flutter native" approach
2. Wrapping the SwiftUI and Jetpack Compose components from iOS and Android
I'll lay out the pros and cons …