我开始使用Kivy开发适用于Android的应用,今天设法构建和运行APK.
在不通过初始化/加载屏幕的情况下,找不到如何处理我的应用程序被用户暂停和恢复的直接答案?是否有一种特殊的机制可以解决这个问题?
令人烦恼的是,每次我将应用发送到后台并将焦点重新放回后台时,都会d出加载屏幕.
解决方法:
我从未使用过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.
总结以上是内存溢出为你收集整理的在Kivy中处理Android上的应用暂停/恢复全部内容,希望文章能够帮你解决在Kivy中处理Android上的应用暂停/恢复所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)