| Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 1 | page.title=Build Accessories for Android | 
 | 2 | @jd:body | 
 | 3 |  | 
 | 4 | <!-- | 
| Clay Murphy | 768b82a | 2013-11-12 11:32:41 -0800 | [diff] [blame] | 5 |     Copyright 2013 The Android Open Source Project | 
| Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 6 |  | 
 | 7 |     Licensed under the Apache License, Version 2.0 (the "License"); | 
 | 8 |     you may not use this file except in compliance with the License. | 
 | 9 |     You may obtain a copy of the License at | 
 | 10 |  | 
 | 11 |         http://www.apache.org/licenses/LICENSE-2.0 | 
 | 12 |  | 
 | 13 |     Unless required by applicable law or agreed to in writing, software | 
 | 14 |     distributed under the License is distributed on an "AS IS" BASIS, | 
 | 15 |     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
 | 16 |     See the License for the specific language governing permissions and | 
 | 17 |     limitations under the License. | 
 | 18 | --> | 
 | 19 | <p>Build compelling USB and Bluetooth Accessories to extend | 
 | 20 |   the capabilities of your user's Android-powered devices. Android defines an standard | 
 | 21 |   protocol that you can implement in your accessories and have it compatible with  | 
 | 22 |   a wide range of Android-powered devices. | 
 | 23 | </p> | 
 | 24 |  | 
 | 25 | <div class="layout-content-row">   | 
 | 26 |  | 
 | 27 |   <div class="layout-content-col span-6"> | 
 | 28 | 	<h4 id="audio-accessories">Audio Accessories</h4> | 
 | 29 | 	<p>Android 4.1 and higher has support for audio output over a USB connection or Bluetooth. Find out | 
 | 30 | 	how to build audio docks and other plug-in audio output hardware for Android.</p> | 
 | 31 | 	<p><a href="{@docRoot}accessories/audio.html">» Build Audio Accessories</a></p> | 
 | 32 |   </div> | 
 | 33 |      | 
 | 34 |   <div class="layout-content-col span-6"> | 
 | 35 | 	<h4 id="custom-accessories">Custom Accessories</h4> | 
 | 36 | 	<p>What do you want to connect to your Android device? Alarm clock? Keyboard? Thermostat? Robot? | 
 | 37 | 	Learn how to connect existing equipment or your own unique hardware to Android.</p> | 
 | 38 | 	<p><a href="{@docRoot}accessories/custom.html">» Build Custom Accessories</a></p> | 
 | 39 |  </div> | 
 | 40 |  | 
 | 41 | </div> | 
 | 42 |  | 
 | 43 |  |