Relative Content

Tag Archive for pythonkivypausing-execution

Feasibility of a kivy app being able to pause videos, sound, etc., on other applications (e.g., pause TikTok videos)

I’m currently trying to develop a kivy app with python that ‘pops up’ on your phone after a set amount of time and asks you a question. I want my app to be able to pause whatever you were currently doing/on before my app popped up and be able to resume it when the ‘pop up’ disappears. My app will take up only the bottom half of the phone screen, so I still want the app the user was on (e.g., TikTok or something) previously to show up in the upper half, just possibly blurred with all audio and video paused. I don’t want the user taken out of whatever app they were on when my pop up shows up.