如果方向改变,Android 应用程序会崩溃

发布于 2024-10-21 21:15:24 字数 153 浏览 2 评论 0原文

我创建了一个游戏应用程序,通过一个名为“分享”的按钮向 Facebook 分享一些详细信息。当我完成游戏时,它会在对话框中询问名称,在相同方向(横向/纵向)上工作时,它显示没有问题。如果我在横向玩游戏,完成游戏,将手机翻转到纵向以输入我的名字,然后单击“共享”,它会崩溃。如何克服这个问题呢?

I have created a game app where I share some details to Facebook through a button called Share. When I finish the game it asks for the name in a dialog box, it shows no problem when working on the same orientation (landscape/portrait). If I'm playing in landscape, finish the game, flip the phone to portrait to type my name in, then click "Share" it will crash. How to overcome this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不再让梦枯萎 2024-10-28 21:15:24

当方向改变时,活动将重新启动。我猜您的代码在重新启动之前没有保存所需的信息。您可以通过自己处理特定的配置更改(即:方向更改)来停止此默认行为。关于执行此操作的一个很好的教程位于此处:处理运行时更改

An activity is restarted when the orientation changes. I'm guessing your code isn't saving needed information before this restart occurs. You can stop this default behavior by handling specific configuration changes yourself (ie: orientation change). A good tutorial on doing this is located here: Handling Runtime Changes

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文