I believe we can make use of android's AlarmManager to run some code at given time. I want to run one function or one class of my kivy program at given time. Is this possible ? If yes, then please help me out. If no, then atleast help me to run the apk itself at given time.
Asked
Active
Viewed 266 times
2
-
It's probably possible, but I don't know how much effort you'll have to put in to work with the api (e.g. maybe you have to handle an intent). Ultimately you'll need to call the relevant java api with pyjnius. – inclement Aug 13 '20 at 20:02
-
I am absolute beginner to Android development. So I don't know much about handling intent. – Vishal Aug 14 '20 at 03:03