Hi all, I’m very new to Corona and lua but I like how the platform looks and how rapidly you can prototype apps. I have Android programming experience and I have a few questions about using Corona with existing Android/Java code.
We are using funfopen sensing framework to record data from within apps and I would like to use Corona to send out the same type of Android Broadcast Intents to the system that Java programs (using funf) are currently doing.
Questions:
-
Is it possible to send Android Broadcast Intents using Corona? If so, can you link to an example?
-
Is it possible to integrate existing Java code with Corona?
Thanks for the help!