A library to access USB mass storage devices (pen drives, external HDDs, card readers) using the Android USB Host API. Currently it supports the SCSI command set and the FAT32 file system.
adk-toolkit exposes an AdkManager
to manage UsbManager
and UsbAccessory
. In this way you don't need to fully understand some background concept about how ADK works but, as soon as possible, you should read ADK official documentation.
This is a driver library for communication with Arduinos and other USB serial hardware on Android, using the Android USB Host API available on Android 3.1+.
Android Library for communicating with physical-computing boards (e.g.Arduino, mbed).