gpt4 book ai didi

android - 在后台加载 WebView

转载 作者:行者123 更新时间:2023-11-29 18:30:06 25 4
gpt4 key购买 nike

我的应用程序中有 2 个 Activity :1-首页2-WebView

Activity 2 (WebView) 的加载速度非常慢(大约 10 秒)。我可以在后台加载 Activity 2 吗?因此,当我开始 Activity 2 时,我加载了 WebView。

我正在考虑带 fragment 的寻呼机适配器,但我不知道这是否是最好的方法。

最佳答案

您可以在第一个Activity中使用WebViewstatic变量,但它会导致内存泄漏最好的方法是使用 ViewPager 中的 Fragment 并使用 setOffscreenPageLimit(1)

setOffscreenPageLimit(int limit)

Set the number of pages that should be retained to either side of the current page in the view hierarchy in an idle state.

这意味着你在你的主要 fragment 中,但下一个 fragment (如果有的话左边一个,当然右边一个)也将准备好并加载。但是如果你有第三个 fragment 并且你滑动到第三个 fragment ,第一个 fragment 将被摧毁。

关于android - 在后台加载 WebView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56748458/

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