活动组中的问题地图视图
我有一个应用程序编写遵循结构活动组。每个 Tabhost 都包含一个地图视图。但是,当返回旧选项卡后按另一个选项卡时,地图视图不会自动刷新。当我触摸屏幕时,地图视图就会刷新。请帮我。多谢。
I have an app write follow structure activitygroup. Every Tabhost contain a mapview. But when press another tab after back old tab the mapview did not auto refresh. Mapview just refresh when i touch screen. Please help me. Thanks a lot.
在活动 onResume() 方法中刷新地图视图。一旦创建了 Activity,它就不会再次调用 onCreate。
Refresh the mapview within the activities onResume() method. It does not call onCreate again once the activity has already been created.