blob: 65560e6162cd988f4b19e2498689ce6540bf6956 [file] [log] [blame]
Dirk Doughertyd14295c2013-05-14 23:25:49 -07001page.title=Location and Sensors APIs
Scott Main50e990c2012-06-21 17:14:39 -07002page.landing=true
Dirk Doughertyd14295c2013-05-14 23:25:49 -07003page.tags="location","sensors"
Scott Main50e990c2012-06-21 17:14:39 -07004page.landing.intro=Use sensors on the device to add rich location and motion capabilities to your app, from GPS or network location to accelerometer, gyroscope, temperature, barometer, and more.
5page.landing.image=
6
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007@jd:body
8
Scott Main50e990c2012-06-21 17:14:39 -07009<div class="landing-docs">
10
11 <div class="col-6">
12 <h3>Blog Articles</h3>
13
14 <a href="http://android-developers.blogspot.com/2010/09/one-screen-turn-deserves-another.html">
15 <h4>One Screen Turn Deserves Another</h4>
16 <p>However, theres a new wrinkle: recently, a few devices have shipped (see here and here)
17that run Android on screens that are naturally landscape in their orientation. That is, when held in
18the default position, the screens are wider than they are tall. This introduces a few fairly subtle
19issues that weve noticed causing problems in some apps.</p>
20 </a>
21
Scott Mainf284d492012-07-31 09:46:52 -070022 <a href="http://android-developers.blogspot.com/2011/06/deep-dive-into-location.html">
Scott Main50e990c2012-06-21 17:14:39 -070023 <h4>A Deep Dive Into Location</h4>
24 <p>Ive written an open-source reference app that incorporates all of the tips, tricks, and
25cheats I know to reduce the time between opening an app and seeing an up-to-date list of nearby
26venues - as well as providing a reasonable level of offline support</p>
27 </a>
Bill Gruberf8c029e2011-11-01 09:31:57 -070028 </div>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080029
Scott Main50e990c2012-06-21 17:14:39 -070030 <div class="col-6">
31 <h3>Training</h3>
32
Dirk Doughertyd14295c2013-05-14 23:25:49 -070033 <a href="http://developer.android.com/training/location/index.html">
Scott Main50e990c2012-06-21 17:14:39 -070034 <h4>Making Your App Location Aware</h4>
35 <p>This class teaches you how to incorporate location based services in your Android
36application. You'll learn a number of methods to receive location updates and related best
37practices.</p>
38 </a>
39 </div>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080040
Scott Main50e990c2012-06-21 17:14:39 -070041</div>