I have an Android device that has a built- in infrared device, which I'd like to make an application for. I would like to use Processing 2, but I do not see any libraries or APIs for controlling Infrared devices. This makes some sense, since such devices are somewhat new...
If there is actually an extension that provides an API for the infrared devices on an Android, could someone point me to one? If there aren't, is it possible for a Processing sketch to control a Java- based Android library? Can a Processing sketch call an API provided by a Java- based Activity or Service? If so, how?