gpt4 book ai didi

Android - 删除 Google Maps Fragment onPause 并重新添加 onResume

转载 作者:行者123 更新时间:2023-11-30 03:38:20 26 4
gpt4 key购买 nike

我需要在 Activity onPause 事件中删除 Google map fragment ,然后将其添加回 onResume 事件。我该怎么做?

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/mapContainer"
tools:context=".MainActivity" >

<fragment xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/map"
android:layout_width="match_parent"
android:layout_height="match_parent"
class="com.google.android.gms.maps.SupportMapFragment"/>
</RelativeLayout>

据此Back button very slow

Android Performance Issue- TabHost - Timer - SetCurrentTab() - Google Maps Api V2 需要它

编辑:

实际上我做到了。但仍然遇到延迟问题。我如何停止/关闭后台堆栈的 Intent ?

编辑:

此外,我现在正在尝试删除并添加回 fragment ,请参阅此 -> https://stackoverflow.com/questions/16275349/android-add-supportfragment-and-get-it-back-from-its-tag-null

最佳答案

我刚刚删除了 tabview。现在真的很快。如果你担心像我这样的情况下的性能,我建议你删除 tabhost 并只使用 new Intent()。

关于Android - 删除 Google Maps Fragment onPause 并重新添加 onResume,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16263408/

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