Handling app suspend/resume on Android in Kivy
问题 I started developing an app with Kivy for Android and managed to build and run an APK today. Couldn't find a straight answer on how to handle my app being suspended and resumed by a user without going through the initialization/loading screen? Is there a special mechanism that will handle this? It is rather annoying that every time I send the app to the background and bring focus back to it there is that loading screen popping up. 回答1: I have never used Kivy or developed for android, but I