1page.title=Media and Camera 2page.landing=true 3page.landing.intro=Add video, audio, and photo capabilities to your app with Android's robust APIs for playing and recording media. 4page.landing.image= 5 6@jd:body 7 8<div class="landing-docs"> 9 10 <div class="col-6"> 11 <h3>Blog Articles</h3> 12 <a 13href="http://android-developers.blogspot.com/2010/06/allowing-applications-to-play-nicer.html"> 14 <h4>Allowing applications to play nice(r) with each other: Handling remote control 15buttons</h4> 16 <p>If your media playback application creates a media playback service, just like Music, that 17responds to the media button events, how will the user know where those events are going to? Music, 18or your new application?</p> 19 </a> 20 21 <a 22href="http://android-developers.blogspot.com/2011/11/making-android-games-that-play-nice.html"> 23 <h4>Making Android Games that Play Nice</h4> 24 <p>Making a game on Android is easy. Making a great game for a mobile, multitasking, often 25multi-core, multi-purpose system like Android is trickier. Even the best developers frequently make 26mistakes in the way they interact with the Android system and with other applications</p> 27 </a> 28 29 <a href="http://android-developers.blogspot.com/2011/12/more-android-games-that-play-nice.html"> 30 <h4>More Android Games that Play Nice</h4> 31 <p>Android users get used to using the back key. We expect the volume keys to work in some 32intuitive fashion. We expect that the home key behaves in a manner consistent with the Android 33navigation paradigm.</p> 34 </a> 35 </div> 36 37 <div class="col-6"> 38 <h3>Training</h3> 39 40 <a href="http://developer.android.com/training/camera/index.html"> 41 <h4>Capturing Photos</h4> 42 <p>This class gets you clicking fast with some super-easy ways of leveraging existing camera 43applications. In later lessons, you dive deeper and learn how to control the camera hardware 44directly.</p> 45 </a> 46 47 <a href="http://developer.android.com/training/managing-audio/index.html"> 48 <h4>Managing Audio Playback</h4> 49 <p>After this class, you will be able to build apps that respond to hardware audio key 50presses, which request audio focus when playing audio, and which respond appropriately to changes in 51audio focus caused by the system or other applications.</p> 52 </a> 53 54 </div> 55 56</div>