Adrian Flores
unread,Apr 25, 2023, 7:16:24 PM4/25/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kivy users support
I've been struggling to get an application to run a service in the foreground for hours. I'm trying to create an application and I want some work to be done in the background on the phone so that even if the app is killed the work will still be done. I haven't been able to find any simple examples that work, I would appreciate some help -- even something as simple as a timer printing to logcat so that I can see that after killing the app, the program is still printing to logcat. Is this possible? I would like to use python, kivy and pyjnius (for an android application) to accomplish this if possible. Thanks in advance, I appreciate any tips!