Work with the application is suspended / resumed on Android in Kivy

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.

+3
source share
2 answers

I have never used Kivy or not developed for Android, but I was able to find:

it

From the link:

, ( .. ), on_pause App, . . , .

, , Python Android.

+3

Kivy on_pause on_resume, . App, .

+1

All Articles