dalbom wrote: > Hi, I'm going to develop an Android device which is not a phone, could > be Tablet or Portable Game Player. > > The device will has the external input devices such as keyboard, mouse > or joystick. > > Here is my question. > > Does Android provides an API for handling that kind of external input > devices, or should I design and implement APIs for them?
Android may not even have all that much firmware support for external input devices. There certainly are no Java APIs for them. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 3.0 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using "remove me" as the subject.

