gpt4 book ai didi

android - 在 Kivy 中处理 Android 上的应用暂停/恢复

转载 作者:太空宇宙 更新时间:2023-11-03 13:25:11 31 4
gpt4 key购买 nike

我开始使用 Kivy 为 Android 开发一个应用程序,今天成功构建并运行了一个 APK。

无法找到关于如何处理我的应用程序被用户暂停和恢复而不经过初始化/加载屏幕的直接答案?有没有特殊的机制来处理这个问题?

非常烦人的是,每次我将应用程序发送到后台并将焦点返回到它时,都会弹出加载屏幕。

最佳答案

我从未使用过 Kivy 或为 android 开发过,但我能够找到:

This

来自链接:

If you just want your app to not be closed completely (so that it doesn't restart entirely with the splash screen etc. every time), you just have to add an on_pause method to your App class, and it should return True. You can also do any pre-pause stuff in this method. However, the app doesn't really keep running, it just keeps memory state.

如果你想让它在后台进行计算,你可以使用 Python-for-android。

关于android - 在 Kivy 中处理 Android 上的应用暂停/恢复,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21547353/

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