diff options
author | Joe Fernandez <joefernandez@google.com> | 2012-06-24 23:58:25 -0700 |
---|---|---|
committer | Joe Fernandez <joefernandez@google.com> | 2012-06-26 02:24:32 -0700 |
commit | 3a77ccc63f11b26067f03ef61a713ff2599fbb5f (patch) | |
tree | 43ad90f9f03bea680d81045e6d07fd6b3f3bf290 /docs/html/tools/adk/index.jd | |
parent | dbbfa702a09f6d2d36dee1b552442d04a4673f89 (diff) | |
download | frameworks_base-3a77ccc63f11b26067f03ef61a713ff2599fbb5f.zip frameworks_base-3a77ccc63f11b26067f03ef61a713ff2599fbb5f.tar.gz frameworks_base-3a77ccc63f11b26067f03ef61a713ff2599fbb5f.tar.bz2 |
docs: ADK 2012 documentation with AOA protocol docs
Change-Id: Ife96b3ffa890d42fc97125b30bdd389448645562
Diffstat (limited to 'docs/html/tools/adk/index.jd')
-rw-r--r-- | docs/html/tools/adk/index.jd | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/html/tools/adk/index.jd b/docs/html/tools/adk/index.jd new file mode 100644 index 0000000..4b9b042 --- /dev/null +++ b/docs/html/tools/adk/index.jd @@ -0,0 +1,34 @@ +page.title=Accessory Development Kit +@jd:body + +<p>The Accessory Development Kit (ADK) is a reference implementation for hardware manufacturers and +hobbyists to use as a starting point for building accessories for Android. Each ADK release is +provided with source code and hardware specifications to make the process of developing your own +accessories easier. Creating new and alternative hardware based on the ADK is encouraged!</p> + +<p>Android accessories can be audio docking stations, exercise machines, personal medical testing +devices, weather stations, or any other external hardware device that adds to the functionality of +Android.</p> + +<p>Accessories use the Android Open Accessory (AOA) protocol to communicate with Android +devices, over USB cable or through a Bluetooth connection. If you are building an accessory for +Android devices, make sure you review the information below to understand about how to implement the +AOA protocol.</p> + +<p>The following sections provide more information about the Android Accessory Development Kits, how +to use them, and how to get started building your own accessories for Android.</p> + +<dl> + <dt><a href="adk2.html">ADK 2012 Guide</a></dt> + <dd>Guide to getting started with the ADK released at Google I/O 2012.</dd> + + <dt><a href="adk.html">ADK 2011 Guide</a></dt> + <dd>Guide to getting started with the original ADK, released at Google I/O 2011.</dd> + + <dt><a href="aoa.html">Android Open Accessory Protocol</a></dt> + <dd>Guide to implementing the Android Open Accessory Protocol.</dd> + + <dt><a href="aoa2.html">Android Open Accessory Protocol 2.0</a></dt> + <dd>A description and guide to implementing the extended Android Open Accessory Protocol which + supports audio dock accessories.</dd> +</dl> |