Can I use MIT App Invertor to connect to Android processes? Specifically, I need to handle an event when alarms are triggered on Android.
See this extension »
@>-->---
But as I understand it, it would have to create alarms in this app, and I need to refer to the standard alarms in Android. Or am I wrong?
Do you want a list of user-created alarms and want to interfere by creating processes or inserting messages when they are triggered?
@>-->---
I want to create a process, when the standard inbuilt alarm clock goes off, a light bulb on the arduino would light up
1 Like
Unfortunately it is not possible to trigger your app somehow after the standard built in alarm goes off... but you could use the alarmmanager extension to set your own alarm and do whatever you want at alarm time
Taifun
1 Like