Reputation: 1421
is there a way or an API to code an IR booster in Java? We want to develop an app (we are in grade 11, south africa) that is able to control the tv remote/channel using an android tablet.
so my question: is there already a built API for an IR Booster in Java?
Thanks in advance!
Upvotes: 0
Views: 174
Reputation: 1090
As stated in a previous answer, there is no IR API in the Android SDK. So you have to look for the venders.
Upvotes: 0
Reputation: 1007434
There is nothing in the Android SDK regarding IR. IR capabilities are provided by device manufacturers, and only on a few devices. Please contact your device manufacturer to inquire about device-specific SDKs related to IR.
Upvotes: 1