blob: 2bf46967339e8561871e7513dae16b6eb684b815 [file] [log] [blame]
Scott Main50e990c2012-06-21 17:14:39 -07001page.title=Text and Input
2page.landing=true
3page.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.
4page.landing.image=
5
6@jd:body
7
8<div class="landing-docs">
9
10 <div class="col-12">
11 <h3>Blog Articles</h3>
Mark Luc4a01392016-07-18 10:42:11 -070012
Scott Main50e990c2012-06-21 17:14:39 -070013 <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
16the recognition results appear in the text box while they are still speaking. If you are an IME
17developer, 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
23every Android application developer to consider integrating speech input capabilities via the
24Android 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
30are referring to. For some its about hardware capability, for others it refers to specific gesture
31support in software. Whatever you decide to call it, today were going to look at how to make your
32apps 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>