I am trying to build android app using kivy. How I can hide my app but still keep it running in the background like a deamon?
from kivy.config import Config
As Inclement already mentioned, you need to start an android service for this. This kivy planet post (which appeared after you asked the question) gives a walk through of how to have a program, a service, and have them interact with each other.