I started developing an application with Kivy for Android and was able to create and launch an APK today.
Could not find a direct answer to the question of how to process my application, which is paused and resumed by the user without viewing the initialization / loading screen? Is there a special mechanism to handle this?
It is very unpleasant that every time I send the application to the background and return focus, a pop-up loading screen appears.
source
share