Is there any way to access bluetooth on android via adobe air

Can you access the bluetooth API for Android through adobe air for mobile?

+5
source share
3 answers

I'm not an Adobe AIR developer, but from what I know, this is a runtime for developing rich Internet applications that should end on your target device. Therefore, by default, you should not be interested in accessing platform-dependent resources and APIs. However, there is a feature called the native process API , and there is an example article here , perhaps if you digg you will find more information about this.

, , . API- , , Java ™ .NET, , grep . ( ). , API , .

, Bluetooth API Android. BlueZ, C API, , Java API.

- , .

0

Not by default, you have to use your own extensions. A few weeks so far I have created one that you can find on my blog http://as3breeze.com/bluetooth-ane

0
source

All Articles