Based on the documentation for the EAAccessory Class on Apple's site, there 
is not a single object like that in Android.

Android gives you different classes based on the type of device you are 
wanting to connect to. Built-in things like Bluetooth, GPS, sensors and the 
likes are in packages that relate specifically to them.

As of 3.1 you can also access USB connected devices (and even make your own 
with Open Accessory). See this link for more information:

http://developer.android.com/guide/topics/usb/index.html

You can pretty much get access to anything you want, just look for the right 
way to talk to them in the development site:

http://developer.android.com/index.html

Steven
Studio LFP
http://www.studio-lfp.com


On Friday, October 14, 2011 6:52:25 AM UTC-5, riz wrote:
>
> Hi , 
>
> I am an iphone developer and curious to know is there any equivalent 
> to Iphone EAAccessory Class in Android ?  please advise . 
>
> Regards 
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to