-
The current state-of-the-art for image loading in Compose apps is the [Accompanist](https://github.com/google/accompanist) library, which provides a Compose wrapper around Coil and Glide APIs. We stil…
-
https://developer.android.com/jetpack/androidx/versions/all-channel#may_24_2023
WebView でのドラッグ&ドロップが WebKit 1.7.0 でサポートされました。
また、Accompanist Navigation Animation が Navigation 本体に統合されたようです(2.7.0-al…
-
Hi,
I have rather big tool bar that holds an image pager (Google Accompanist pager) and the toolbar does not collapsed while swiping up.
I tested it on simpler toolbar as well.
-
**Describe the bug**
Vertical mode
https://user-images.githubusercontent.com/75091899/166258783-14169752-6035-44ef-a54e-650dfd5eaa12.mp4
i think this video is sufficent.
**To Reproduce**
…
-
Hi! Thanks for a great composable :)
I've found that the padding seems a tad inconsistent. Below are three screenshots. The text at the bottom is positioned the same across all three, but note how …
-
```
sql := "select.order.stpl"
parmas := map[string]interface{}{"id": 1}
results, _, err := tx.Session().SqlTemplatesClient(sql, &parmas).Execute()
if err != nil {
fmt.Println(err)
…
-
If the bass has a 8-1 movement over the dominant before directly resolving into the tonic and the other parts are either silent or have just the dominant note, should annotators be encouraged to enter…
-
Hi, I am trying to update sdk in our project but have few questions:
- Where info of the latest release and it changelog can be found?
- What dependencies it is using and what version of these dep…
-
需要测试(通过 [AndroidX Benchmark](https://developer.android.com/studio/profile/benchmark)):
1. `MethodHandle` 反射的性能表现
2. OG 反射的性能表现
3. 创建 **String** 比 创建 **Object** 作为反射成员缓存 `HashMap` 的 **key** 要更慢(桌面上存…
-
[Compose](https://developer.android.com/jetpack/compose) is the recommended UI framework for new apps. Currently the Open Source License plugin only provides an Activity, which is dependent on `Theme.…