1 page.title=Text and Input 2 page.landing=true 3 page.landing.intro=Use text services to add conventient features such as copy/paste and spell checking to your app. You can also develop your own text services to offer custom IMEs, dictionaries, and spelling checkers that you can distribute to users as applications. 4 page.landing.image= 5 6 @jd:body 7 8 <div class="landing-docs"> 9 10 <div class="col-12"> 11 <h3>Blog Articles</h3> 12 13 <a href="http://android-developers.blogspot.com/2011/12/add-voice-typing-to-your-ime.html"> 14 <h4>Add Voice Typing To Your IME</h4> 15 <p>A new feature available in Android 4.0 is voice typing: the difference for users is that 16 the recognition results appear in the text box while they are still speaking. If you are an IME 17 developer, you can easily integrate with voice typing.</p> 18 </a> 19 20 <a href="http://android-developers.blogspot.com/2010/03/speech-input-api-for-android.html"> 21 <h4>Speech Input API for Android</h4> 22 <p>We believe speech can fundamentally change the mobile experience. We would like to invite 23 every Android application developer to consider integrating speech input capabilities via the 24 Android SDK.</p> 25 </a> 26 27 <a href="http://android-developers.blogspot.com/2010/06/making-sense-of-multitouch.html"> 28 <h4>Making Sense of Multitouch</h4> 29 <p>The word "multitouch" gets thrown around quite a bit and its not always clear what people 30 are referring to. For some its about hardware capability, for others it refers to specific gesture 31 support in software. Whatever you decide to call it, today were going to look at how to make your 32 apps and views behave nicely with multiple fingers on the screen.</p> 33 </a> 34 </div> 35 36 <div class="col-6"> 37 38 </div> 39 40 </div>