Android – 不要在轮播时刷新Google Maps v2

前端之家收集整理的这篇文章主要介绍了Android – 不要在轮播时刷新Google Maps v2前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
当我旋转设备时,Google地图v2会刷新.如何防止此刷新发生?我在SherlockFragment的标签中动态添加地图.

解决方法

我通过添加AndroidManifest.xml中的Activity修复了问题:

机器人:configChanges = “方向|屏幕尺寸”

编辑(04/28/2017):

Android Documentation

Note: Using this attribute should be avoided and used only as a last resort. Please read Handling Runtime Changes for more information about how to properly handle a restart due to a configuration change.

也许您可以查看this answer,它使用FragmentActivity的onCreate方法中提供的Bundle正确保存SupportMapFragment.

原文链接:https://www.f2er.com/android/316530.html

猜你在找的Android相关文章