gpt4 book ai didi

使用 ScrollView 的 Android 慢速滚动

转载 作者:行者123 更新时间:2023-12-04 02:13:16 31 4
gpt4 key购买 nike

我有一个包含一些 ImageView 的 ScrollView。但是,滚动非常慢,我不明白性能不佳的原因是什么。有什么办法可以加快滚动速度吗?或者是什么导致了这个问题?

`

    <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">

<ImageView />

<ImageView />

<ImageView />

<ImageView />

<ImageView />

<ImageView />

</RelativeLayout>

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:gravity="center"
android:orientation="vertical">

<Button />

</LinearLayout>
</RelativeLayout>
</ScrollView>
</RelativeLayout>`

最佳答案

问题是图像的大小。因此,如果您在使用 ScrollView 和多个 ImageView 时遇到一些性能问题,请注 Intent 像的大小!就我而言,我将它们减少到大约。每张图片 20KB - 50KB。

关于使用 ScrollView 的 Android 慢速滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36433705/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com