| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1 | <ul id="nav"> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 2 | <li class="nav-section"> |
| 3 | <div class="nav-section-header"> |
| 4 | <a href="<?cs var:toroot ?>training/index.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 5 | Getting Started |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 6 | </a> |
| 7 | </div> |
| 8 | |
| 9 | <ul> |
| 10 | <li class="nav-section"> |
| 11 | <div class="nav-section-header"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 12 | <a href="<?cs var:toroot ?>training/basics/firstapp/index.html" |
| 13 | description= |
| 14 | "After you've installed the Android SDK, start with this class |
| 15 | to learn the basics about Android app development." |
| 16 | >Building Your First App</a> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 17 | </div> |
| 18 | <ul> |
| 19 | <li><a href="<?cs var:toroot ?>training/basics/firstapp/creating-project.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 20 | Creating an Android Project |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 21 | </a> |
| 22 | </li> |
| 23 | <li><a href="<?cs var:toroot ?>training/basics/firstapp/running-app.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 24 | Running Your Application |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 25 | </a> |
| 26 | </li> |
| 27 | <li><a href="<?cs var:toroot ?>training/basics/firstapp/building-ui.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 28 | Building a Simple User Interface |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 29 | </a> |
| 30 | </li> |
| 31 | <li><a href="<?cs var:toroot ?>training/basics/firstapp/starting-activity.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 32 | Starting Another Activity |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 33 | </a> |
| 34 | </li> |
| 35 | </ul> |
| 36 | </li> |
| 37 | |
| 38 | <li class="nav-section"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 39 | <div class="nav-section-header"> |
| Scott Main | d041301 | 2013-07-19 19:04:45 -0700 | [diff] [blame] | 40 | <a href="<?cs var:toroot ?>training/basics/actionbar/index.html" |
| 41 | description= |
| 42 | "The action bar is one of the most important design elements you can implement for your |
| 43 | app's activities. Although first introduced with API level 11, you can use the Support Library to |
| 44 | include the action bar on devices running Android 2.1 or higher." |
| 45 | >Adding the Action Bar</a> |
| 46 | </div> |
| 47 | <ul> |
| 48 | <li><a href="<?cs var:toroot ?>training/basics/actionbar/setting-up.html"> |
| 49 | Setting Up the Action Bar |
| 50 | </a> |
| 51 | </li> |
| 52 | <li><a href="<?cs var:toroot ?>training/basics/actionbar/adding-buttons.html"> |
| 53 | Adding Action Buttons |
| 54 | </a> |
| 55 | </li> |
| 56 | <li><a href="<?cs var:toroot ?>training/basics/actionbar/styling.html"> |
| 57 | Styling the Action Bar |
| 58 | </a> |
| 59 | </li> |
| 60 | <li><a href="<?cs var:toroot ?>training/basics/actionbar/overlaying.html"> |
| 61 | Overlaying the Action Bar |
| 62 | </a> |
| 63 | </li> |
| 64 | </ul> |
| 65 | </li> |
| 66 | |
| 67 | <li class="nav-section"> |
| 68 | <div class="nav-section-header"> |
| Scott Main | f151391 | 2013-08-22 18:11:01 -0700 | [diff] [blame] | 69 | <a href="<?cs var:toroot ?>training/basics/supporting-devices/index.html" |
| 70 | description= |
| 71 | "How to build your app with alternative resources that provide an |
| 72 | optimized user experience on multiple device form factors using a single APK." |
| 73 | >Supporting Different Devices</a> |
| 74 | </div> |
| 75 | <ul> |
| 76 | <li><a href="<?cs var:toroot ?>training/basics/supporting-devices/languages.html"> |
| 77 | Supporting Different Languages |
| 78 | </a> |
| 79 | </li> |
| 80 | <li><a href="<?cs var:toroot ?>training/basics/supporting-devices/screens.html"> |
| 81 | Supporting Different Screens |
| 82 | </a> |
| 83 | </li> |
| 84 | <li><a href="<?cs var:toroot ?>training/basics/supporting-devices/platforms.html"> |
| 85 | Supporting Different Platform Versions |
| 86 | </a> |
| 87 | </li> |
| 88 | </ul> |
| 89 | </li> |
| 90 | |
| 91 | <li class="nav-section"> |
| 92 | <div class="nav-section-header"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 93 | <a href="<?cs var:toroot ?>training/basics/activity-lifecycle/index.html" |
| 94 | description= |
| 95 | "How Android activities live and die and how to create |
| 96 | a seamless user experience by implementing lifecycle callback methods." |
| 97 | >Managing the Activity Lifecycle</a> |
| 98 | </div> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 99 | <ul> |
| 100 | <li><a href="<?cs var:toroot ?>training/basics/activity-lifecycle/starting.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 101 | Starting an Activity |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 102 | </a> |
| 103 | </li> |
| 104 | <li><a href="<?cs var:toroot ?>training/basics/activity-lifecycle/pausing.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 105 | Pausing and Resuming an Activity |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 106 | </a> |
| 107 | </li> |
| 108 | <li><a href="<?cs var:toroot ?>training/basics/activity-lifecycle/stopping.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 109 | Stopping and Restarting an Activity |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 110 | </a> |
| 111 | </li> |
| 112 | <li><a href="<?cs var:toroot ?>training/basics/activity-lifecycle/recreating.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 113 | Recreating an Activity |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 114 | </a> |
| 115 | </li> |
| 116 | </ul> |
| 117 | </li> |
| Joe Malin | 50c2275 | 2012-10-20 12:41:40 -0700 | [diff] [blame] | 118 | |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 119 | <li class="nav-section"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 120 | <div class="nav-section-header"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 121 | <a href="<?cs var:toroot ?>training/basics/fragments/index.html" |
| 122 | description= |
| 123 | "How to build a user interface for your app that is flexible enough |
| 124 | to present multiple UI components on large screens and a more constrained set of |
| 125 | UI components on smaller screens—essential for building a single APK for both |
| 126 | phones and tablets." |
| 127 | >Building a Dynamic UI with Fragments</a> |
| 128 | </div> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 129 | <ul> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 130 | <li><a href="<?cs var:toroot ?>training/basics/fragments/creating.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 131 | Creating a Fragment |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 132 | </a> |
| 133 | </li> |
| 134 | <li><a href="<?cs var:toroot ?>training/basics/fragments/fragment-ui.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 135 | Building a Flexible UI |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 136 | </a> |
| 137 | </li> |
| 138 | <li><a href="<?cs var:toroot ?>training/basics/fragments/communicating.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 139 | Communicating with Other Fragments |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 140 | </a> |
| 141 | </li> |
| 142 | </ul> |
| 143 | </li> |
| 144 | |
| 145 | <li class="nav-section"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 146 | <div class="nav-section-header"><a href="<?cs var:toroot?>training/basics/data-storage/index.html" |
| 147 | description= |
| 148 | "How to save data on the device, whether it's temporary files, downloaded |
| 149 | app assets, user media, structured data, or something else." |
| 150 | >Saving Data</a> |
| 151 | </div> |
| Scott Main | 11f03b4 | 2012-09-07 15:26:39 -0700 | [diff] [blame] | 152 | <ul> |
| 153 | <li><a href="<?cs var:toroot ?>training/basics/data-storage/shared-preferences.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 154 | Saving Key-Value Sets |
| Scott Main | 11f03b4 | 2012-09-07 15:26:39 -0700 | [diff] [blame] | 155 | </a> |
| 156 | </li> |
| 157 | <li><a href="<?cs var:toroot ?>training/basics/data-storage/files.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 158 | Saving Files |
| Scott Main | 11f03b4 | 2012-09-07 15:26:39 -0700 | [diff] [blame] | 159 | </a> |
| 160 | </li> |
| 161 | <li><a href="<?cs var:toroot ?>training/basics/data-storage/databases.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 162 | Saving Data in SQL Databases |
| Scott Main | 11f03b4 | 2012-09-07 15:26:39 -0700 | [diff] [blame] | 163 | </a> |
| 164 | </li> |
| 165 | </ul> |
| 166 | </li> |
| 167 | |
| 168 | <li class="nav-section"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 169 | <div class="nav-section-header"> |
| 170 | <a href="<?cs var:toroot ?>training/basics/intents/index.html" |
| 171 | description= |
| 172 | "How to build a user experience that leverages other apps available |
| 173 | on the device to perform advanced user tasks, such as capture a photo or view |
| 174 | an address on a map." |
| 175 | >Interacting with Other Apps</a> |
| 176 | </div> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 177 | <ul> |
| 178 | <li><a href="<?cs var:toroot ?>training/basics/intents/sending.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 179 | Sending the User to Another App |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 180 | </a> |
| 181 | </li> |
| 182 | <li><a href="<?cs var:toroot ?>training/basics/intents/result.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 183 | Getting a Result from the Activity |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 184 | </a> |
| 185 | </li> |
| 186 | <li><a href="<?cs var:toroot ?>training/basics/intents/filters.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 187 | Allowing Other Apps to Start Your Activity |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 188 | </a> |
| 189 | </li> |
| 190 | </ul> |
| 191 | </li> |
| 192 | |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 193 | </ul> |
| Joe Malin | f0f5efb | 2012-10-27 11:16:19 -0700 | [diff] [blame] | 194 | </li><!-- end getting started --> |
| Joe Malin | 45edbb7 | 2013-08-26 14:55:54 -0700 | [diff] [blame] | 195 | <li class="nav-section"> |
| 196 | <div class="nav-section-header"> |
| 197 | <a href="<?cs var:toroot ?>training/building-content-sharing.html"> |
| 198 | <span class="small">Building Apps with</span><br/>Content Sharing |
| 199 | </a> |
| 200 | </div> |
| 201 | <ul> |
| 202 | <li class="nav-section"> |
| 203 | <div class="nav-section-header"> |
| 204 | <a href="<?cs var:toroot ?>training/sharing/index.html" |
| 205 | description= |
| 206 | "How to take your app interaction to the next level by sharing |
| 207 | information with other apps, receive information back, and provide a simple and |
| 208 | scalable way to perform Share actions with user content." |
| 209 | >Sharing Simple Data</a> |
| 210 | </div> |
| 211 | <ul> |
| 212 | <li> |
| 213 | <a href="<?cs var:toroot ?>training/sharing/send.html"> |
| 214 | Sending Simple Data to Other Apps |
| 215 | </a> |
| 216 | </li> |
| 217 | <li> |
| 218 | <a href="<?cs var:toroot ?>training/sharing/receive.html"> |
| 219 | Receiving Simple Data from Other Apps |
| 220 | </a> |
| 221 | </li> |
| 222 | <li> |
| 223 | <a href="<?cs var:toroot ?>training/sharing/shareaction.html"> |
| 224 | Adding an Easy Share Action |
| 225 | </a> |
| 226 | </li> |
| 227 | </ul> |
| 228 | </li> |
| 229 | <li class="nav-section"> |
| 230 | <div class="nav-section-header"> |
| 231 | <a href="<?cs var:toroot?>training/secure-file-sharing/index.html" |
| 232 | description= |
| 233 | "How to provide secure access to a file associated with your app using a content |
| 234 | URI and temporary access permissions." |
| 235 | >Sharing Files</a> |
| 236 | </div> |
| 237 | <ul> |
| 238 | <li> |
| 239 | <a href="<?cs var:toroot ?>training/secure-file-sharing/setup-sharing.html"> |
| 240 | Setting Up File Sharing |
| 241 | </a> |
| 242 | </li> |
| 243 | <li> |
| 244 | <a href="<?cs var:toroot ?>training/secure-file-sharing/share-file.html"> |
| 245 | Sharing a File |
| 246 | </a> |
| 247 | </li> |
| 248 | <li> |
| 249 | <a href="<?cs var:toroot ?>training/secure-file-sharing/request-file.html"> |
| 250 | Requesting a Shared File |
| 251 | </a> |
| 252 | </li> |
| 253 | <li> |
| 254 | <a href="<?cs var:toroot ?>training/secure-file-sharing/retrieve-info.html"> |
| 255 | Retrieving File Information |
| 256 | </a> |
| 257 | </li> |
| 258 | </ul> |
| 259 | </li> |
| 260 | <li class="nav-section"> |
| 261 | <div class="nav-section-header"> |
| 262 | <a href="<?cs var:toroot ?>training/beam-files/index.html" |
| 263 | description= |
| 264 | "How to transfer files between devices using the NFC Android Beam feature." |
| 265 | >Sharing Files with NFC</a> |
| 266 | </div> |
| 267 | <ul> |
| 268 | <li> |
| 269 | <a href="<?cs var:toroot ?>training/beam-files/send-files.html" |
| 270 | >Sending Files to Another Device</a> |
| 271 | </li> |
| 272 | <li><a href="<?cs var:toroot ?>training/beam-files/receive-files.html" |
| 273 | >Receiving Files from Another Device</a></li> |
| 274 | </ul> |
| 275 | </li> |
| 276 | </ul> |
| 277 | </li> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 278 | |
| 279 | |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 280 | |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 281 | <li class="nav-section"> |
| 282 | <div class="nav-section-header"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 283 | <a href="<?cs var:toroot ?>training/building-multimedia.html"> |
| 284 | <span class="small">Building Apps with</span><br/>Multimedia |
| 285 | </a> |
| 286 | </div> |
| 287 | <ul> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 288 | |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 289 | <li class="nav-section"> |
| 290 | <div class="nav-section-header"> |
| 291 | <a href="<?cs var:toroot ?>training/managing-audio/index.html" |
| 292 | description= |
| 293 | "How to respond to hardware audio key presses, request audio focus |
| 294 | when playing audio, and respond appropriately to changes in audio focus." |
| 295 | >Managing Audio Playback</a> |
| 296 | </div> |
| 297 | <ul> |
| 298 | <li><a href="<?cs var:toroot ?>training/managing-audio/volume-playback.html"> |
| 299 | Controlling Your App's Volume and Playback |
| 300 | </a> |
| 301 | </li> |
| 302 | <li><a href="<?cs var:toroot ?>training/managing-audio/audio-focus.html"> |
| 303 | Managing Audio Focus |
| 304 | </a> |
| 305 | </li> |
| 306 | <li><a href="<?cs var:toroot ?>training/managing-audio/audio-output.html"> |
| 307 | Dealing with Audio Output Hardware |
| 308 | </a> |
| 309 | </li> |
| 310 | </ul> |
| 311 | </li> |
| 312 | |
| 313 | <li class="nav-section"> |
| 314 | <div class="nav-section-header"> |
| 315 | <a href="<?cs var:toroot ?>training/camera/index.html" |
| 316 | description= |
| 317 | "How to leverage existing camera apps on the user's device to capture |
| 318 | photos or control the camera hardware directly and build your own camera app." |
| 319 | >Capturing Photos</a> |
| 320 | </div> |
| 321 | <ul> |
| 322 | <li><a href="<?cs var:toroot ?>training/camera/photobasics.html"> |
| 323 | Taking Photos Simply |
| 324 | </a> |
| 325 | </li> |
| 326 | <li><a href="<?cs var:toroot ?>training/camera/videobasics.html"> |
| 327 | Recording Videos Simply |
| 328 | </a> |
| 329 | </li> |
| 330 | <li><a href="<?cs var:toroot ?>training/camera/cameradirect.html"> |
| 331 | Controlling the Camera |
| 332 | </a> |
| 333 | </li> |
| 334 | </ul> |
| 335 | </li> |
| Joe Fernandez | 84fe617 | 2013-10-29 01:55:12 -0700 | [diff] [blame] | 336 | |
| 337 | <li class="nav-section"> |
| 338 | <div class="nav-section-header"> |
| 339 | <a href="<?cs var:toroot ?>training/printing/index.html" |
| 340 | description= |
| 341 | "How to print photos, HTML documents, and custom documents from your app." |
| 342 | >Printing Content</a> |
| 343 | </div> |
| 344 | <ul> |
| 345 | <li><a href="<?cs var:toroot ?>training/printing/photos.html"> |
| 346 | Photos |
| 347 | </a> |
| 348 | </li> |
| 349 | <li><a href="<?cs var:toroot ?>training/printing/html-docs.html"> |
| 350 | HTML Documents |
| 351 | </a> |
| 352 | </li> |
| 353 | <li><a href="<?cs var:toroot ?>training/printing/custom-docs.html"> |
| 354 | Custom Documents |
| 355 | </a> |
| 356 | </li> |
| 357 | </ul> |
| 358 | </li> |
| 359 | |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 360 | </ul> |
| 361 | </li> |
| 362 | <!-- End multimedia --> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 363 | |
| 364 | |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 365 | |
| 366 | <li class="nav-section"> |
| 367 | <div class="nav-section-header"> |
| 368 | <a href="<?cs var:toroot ?>training/building-graphics.html"> |
| 369 | <span class="small">Building Apps with</span><br/>Graphics & Animation |
| 370 | </a> |
| 371 | </div> |
| 372 | <ul> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 373 | |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 374 | <li class="nav-section"> |
| 375 | <div class="nav-section-header"> |
| 376 | <a href="<?cs var:toroot ?>training/displaying-bitmaps/index.html" |
| 377 | description= |
| 378 | "How to load and process bitmaps while keeping your user interface |
| 379 | responsive and avoid exceeding memory limits." |
| 380 | >Displaying Bitmaps Efficiently</a> |
| 381 | </div> |
| 382 | <ul> |
| 383 | <li><a href="<?cs var:toroot ?>training/displaying-bitmaps/load-bitmap.html"> |
| 384 | Loading Large Bitmaps Efficiently |
| 385 | </a> |
| 386 | </li> |
| 387 | <li><a href="<?cs var:toroot ?>training/displaying-bitmaps/process-bitmap.html"> |
| 388 | Processing Bitmaps Off the UI Thread |
| 389 | </a> |
| 390 | </li> |
| 391 | <li><a href="<?cs var:toroot ?>training/displaying-bitmaps/cache-bitmap.html"> |
| 392 | Caching Bitmaps |
| 393 | </a> |
| 394 | </li> |
| kmccormick | 7571542 | 2013-03-04 15:25:40 -0800 | [diff] [blame] | 395 | <li><a href="<?cs var:toroot ?>training/displaying-bitmaps/manage-memory.html"> |
| 396 | Managing Bitmap Memory |
| 397 | </a> |
| 398 | </li> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 399 | <li><a href="<?cs var:toroot ?>training/displaying-bitmaps/display-bitmap.html"> |
| 400 | Displaying Bitmaps in Your UI |
| 401 | </a></li> |
| 402 | </ul> |
| 403 | </li> |
| 404 | |
| 405 | <li class="nav-section"> |
| 406 | <div class="nav-section-header"> |
| 407 | <a href="<?cs var:toroot?>training/graphics/opengl/index.html" |
| 408 | description= |
| 409 | "How to create OpenGL graphics within the Android app framework |
| 410 | and respond to touch input." |
| 411 | >Displaying Graphics with OpenGL ES</a> |
| 412 | </div> |
| 413 | <ul> |
| 414 | <li><a href="<?cs var:toroot ?>training/graphics/opengl/environment.html"> |
| 415 | Building an OpenGL ES Environment |
| 416 | </a> |
| 417 | </li> |
| 418 | <li><a href="<?cs var:toroot ?>training/graphics/opengl/shapes.html"> |
| 419 | Defining Shapes |
| 420 | </a> |
| 421 | </li> |
| 422 | <li><a href="<?cs var:toroot ?>training/graphics/opengl/draw.html"> |
| 423 | Drawing Shapes |
| 424 | </a> |
| 425 | </li> |
| 426 | <li><a href="<?cs var:toroot ?>training/graphics/opengl/projection.html"> |
| 427 | Applying Projection and Camera Views |
| 428 | </a> |
| 429 | </li> |
| 430 | <li><a href="<?cs var:toroot ?>training/graphics/opengl/motion.html"> |
| 431 | Adding Motion |
| 432 | </a> |
| 433 | </li> |
| 434 | <li><a href="<?cs var:toroot ?>training/graphics/opengl/touch.html"> |
| 435 | Responding to Touch Events |
| 436 | </a> |
| 437 | </li> |
| 438 | </ul> |
| 439 | </li> |
| 440 | <li class="nav-section"> |
| 441 | <div class="nav-section-header"><a href="<?cs var:toroot ?>training/animation/index.html" |
| 442 | description= |
| 443 | "How to add transitional animations to your user interface."> |
| 444 | Adding Animations |
| 445 | </a></div> |
| 446 | <ul> |
| 447 | <li><a href="<?cs var:toroot ?>training/animation/crossfade.html"> |
| 448 | Crossfading Two Views |
| 449 | </a> |
| 450 | </li> |
| 451 | <li><a href="<?cs var:toroot ?>training/animation/screen-slide.html"> |
| 452 | Using ViewPager for Screen Slide |
| 453 | </a> |
| 454 | </li> |
| 455 | <li><a href="<?cs var:toroot ?>training/animation/cardflip.html"> |
| 456 | Displaying Card Flip Animations |
| 457 | </a> |
| 458 | </li> |
| 459 | <li><a href="<?cs var:toroot ?>training/animation/zoom.html"> |
| 460 | Zooming a View |
| 461 | </a> |
| 462 | </li> |
| 463 | <li><a href="<?cs var:toroot ?>training/animation/layout.html"> |
| 464 | Animating Layout Changes |
| 465 | </a> |
| 466 | </li> |
| 467 | </ul> |
| 468 | </li> |
| 469 | </ul> |
| 470 | </li> |
| 471 | <!-- End graphics and animation --> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 472 | |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 473 | |
| 474 | <li class="nav-section"> |
| 475 | <div class="nav-section-header"> |
| 476 | <a href="<?cs var:toroot ?>training/building-connectivity.html"> |
| 477 | <span class="small">Building Apps with</span><br/> |
| 478 | Connectivity & the Cloud |
| 479 | </a> |
| 480 | </div> |
| 481 | <ul> |
| 482 | |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 483 | <li class="nav-section"> |
| 484 | <div class="nav-section-header"> |
| 485 | <a href="<?cs var:toroot ?>training/connect-devices-wirelessly/index.html" |
| 486 | description= |
| 487 | "How to find and connect to local devices using Network Service |
| Scott Main | f5e0970 | 2013-08-22 17:19:17 -0700 | [diff] [blame] | 488 | Discovery and how to create peer-to-peer connections with Wi-Fi." |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 489 | >Connecting Devices Wirelessly</a> |
| 490 | </div> |
| 491 | <ul> |
| 492 | <li><a href="<?cs var:toroot ?>training/connect-devices-wirelessly/nsd.html"> |
| 493 | Using Network Service Discovery |
| 494 | </a> |
| 495 | </li> |
| 496 | <li><a href="<?cs var:toroot ?>training/connect-devices-wirelessly/wifi-direct.html"> |
| Scott Main | f5e0970 | 2013-08-22 17:19:17 -0700 | [diff] [blame] | 497 | Creating P2P Connections with Wi-Fi |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 498 | </a> |
| 499 | </li> |
| 500 | <li><a href="<?cs var:toroot ?>training/connect-devices-wirelessly/nsd-wifi-direct.html"> |
| Scott Main | 2d006d2 | 2013-09-16 13:11:07 -0700 | [diff] [blame] | 501 | Using Wi-Fi P2P for Service Discovery |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 502 | </a> |
| 503 | </li> |
| 504 | </ul> |
| 505 | </li> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 506 | <li class="nav-section"> |
| 507 | <div class="nav-section-header"> |
| 508 | <a href="<?cs var:toroot ?>training/basics/network-ops/index.html" |
| 509 | description= |
| 510 | "How to create a network connection, monitor the connection for changes |
| 511 | in connectivity, and perform transactions with XML data." |
| 512 | >Performing Network Operations</a> |
| 513 | </div> |
| 514 | <ul> |
| 515 | <li><a href="<?cs var:toroot ?>training/basics/network-ops/connecting.html"> |
| 516 | Connecting to the Network |
| 517 | </a> |
| 518 | </li> |
| 519 | <li><a href="<?cs var:toroot ?>training/basics/network-ops/managing.html"> |
| 520 | Managing Network Usage |
| 521 | </a> |
| 522 | </li> |
| 523 | <li><a href="<?cs var:toroot ?>training/basics/network-ops/xml.html"> |
| 524 | Parsing XML Data |
| 525 | </a> |
| 526 | </li> |
| 527 | </ul> |
| 528 | </li> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 529 | <li class="nav-section"> |
| 530 | <div class="nav-section-header"> |
| 531 | <a href="<?cs var:toroot ?>training/efficient-downloads/index.html" |
| 532 | description= |
| 533 | "How to minimize your app's impact on the battery when performing downloads |
| 534 | and other network transactions." |
| 535 | >Transferring Data Without Draining the Battery</a> |
| 536 | </div> |
| 537 | <ul> |
| 538 | <li><a href="<?cs var:toroot ?>training/efficient-downloads/efficient-network-access.html"> |
| 539 | Optimizing Downloads for Efficient Network Access |
| 540 | </a> |
| 541 | </li> |
| 542 | <li><a href="<?cs var:toroot ?>training/efficient-downloads/regular_updates.html"> |
| 543 | Minimizing the Effect of Regular Updates |
| 544 | </a> |
| 545 | </li> |
| 546 | <li><a href="<?cs var:toroot ?>training/efficient-downloads/redundant_redundant.html"> |
| 547 | Redundant Downloads are Redundant |
| 548 | </a> |
| 549 | </li> |
| 550 | <li><a href="<?cs var:toroot ?>training/efficient-downloads/connectivity_patterns.html"> |
| 551 | Modifying Patterns Based on the Connectivity Type |
| 552 | </a> |
| 553 | </li> |
| 554 | </ul> |
| 555 | </li> |
| 556 | |
| 557 | <li class="nav-section"> |
| 558 | <div class="nav-section-header"> |
| 559 | <a href="<?cs var:toroot ?>training/cloudsync/index.html" |
| 560 | description= |
| 561 | "How to sync and back up app and user data to remote web services in the |
| 562 | cloud and how to restore the data back to multiple devices." |
| 563 | >Syncing to the Cloud</a> |
| 564 | </div> |
| 565 | <ul> |
| 566 | <li><a href="<?cs var:toroot ?>training/cloudsync/backupapi.html"> |
| 567 | Using the Backup API |
| 568 | </a> |
| 569 | </li> |
| 570 | <li><a href="<?cs var:toroot ?>training/cloudsync/gcm.html"> |
| 571 | Making the Most of Google Cloud Messaging |
| 572 | </a> |
| 573 | </li> |
| 574 | </ul> |
| kmccormick | 71baac1 | 2013-06-11 13:17:55 -0700 | [diff] [blame] | 575 | <li><a href="<?cs var:toroot ?>training/cloudsave/conflict-res.html" |
| 576 | description= |
| 577 | "How to design a robust conflict resolution strategy for apps that save data to the cloud." |
| 578 | >Resolving Cloud Save Conflicts |
| 579 | </a> |
| Joe Malin | 2e1c7b7 | 2013-08-30 15:30:54 -0700 | [diff] [blame] | 580 | </li> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 581 | </li> |
| Joe Malin | e9df511 | 2013-06-07 13:38:00 -0700 | [diff] [blame] | 582 | <li class="nav-section"> |
| 583 | <div class="nav-section-header"> |
| 584 | <a href="<?cs var:toroot ?>training/sync-adapters/index.html" |
| 585 | description="How to transfer data between the cloud and the device using the Android |
| 586 | sync adapter framework" |
| 587 | >Transferring Data Using Sync Adapters</a> |
| 588 | </div> |
| 589 | <ul> |
| 590 | <li> |
| 591 | <a href="<?cs var:toroot ?>training/sync-adapters/creating-authenticator.html"> |
| 592 | Creating a Stub Authenticator |
| 593 | </a> |
| 594 | </li> |
| 595 | <li> |
| 596 | <a href="<?cs var:toroot ?>training/sync-adapters/creating-stub-provider.html"> |
| 597 | Creating a Stub Content Provider |
| 598 | </a> |
| 599 | </li> |
| 600 | <li> |
| 601 | <a href="<?cs var:toroot ?>training/sync-adapters/creating-sync-adapter.html"> |
| 602 | Creating a Sync Adapter |
| 603 | </a> |
| 604 | </li> |
| 605 | <li> |
| 606 | <a href="<?cs var:toroot ?>training/sync-adapters/running-sync-adapter.html"> |
| 607 | Running a Sync Adapter |
| 608 | </a> |
| 609 | </li> |
| 610 | </ul> |
| 611 | </li> |
| Katie McCormick | 1a89ae4 | 2014-03-18 17:13:50 -0700 | [diff] [blame] | 612 | <li class="nav-section"> |
| 613 | <div class="nav-section-header"> |
| 614 | <a href="<?cs var:toroot ?>training/volley/index.html" |
| 615 | description="How to perform fast, scalable UI operations over the network using Volley" |
| 616 | >Transmitting Network Data Using Volley</a> |
| 617 | </div> |
| 618 | <ul> |
| 619 | <li> |
| 620 | <a href="<?cs var:toroot ?>training/volley/simple.html"> |
| 621 | Sending a Simple Request |
| 622 | </a> |
| 623 | </li> |
| 624 | <li> |
| 625 | <a href="<?cs var:toroot ?>training/volley/requestqueue.html"> |
| 626 | Setting Up a RequestQueue |
| 627 | </a> |
| 628 | </li> |
| 629 | <li> |
| 630 | <a href="<?cs var:toroot ?>training/volley/request.html"> |
| 631 | Making a Standard Request |
| 632 | </a> |
| 633 | </li> |
| 634 | <li> |
| 635 | <a href="<?cs var:toroot ?>training/volley/request-custom.html"> |
| 636 | Implementing a Custom Request |
| 637 | </a> |
| 638 | </li> |
| 639 | </ul> |
| 640 | </li> |
| Joe Malin | e9df511 | 2013-06-07 13:38:00 -0700 | [diff] [blame] | 641 | |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 642 | </ul> |
| 643 | </li> |
| 644 | <!-- End connectivity and cloud --> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 645 | |
| 646 | |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 647 | |
| 648 | <li class="nav-section"> |
| 649 | <div class="nav-section-header"> |
| 650 | <a href="<?cs var:toroot ?>training/building-userinfo.html"> |
| 651 | <span class="small">Building Apps with</span><br/> |
| 652 | User Info & Location |
| 653 | </a> |
| 654 | </div> |
| 655 | <ul> |
| Joe Malin | 421435d | 2013-01-15 15:06:08 -0800 | [diff] [blame] | 656 | <li class="nav-section"> |
| 657 | <div class="nav-section-header"> |
| 658 | <a href="<?cs var:toroot ?>training/contacts-provider/index.html" |
| 659 | description= |
| 660 | "How to use Android's central address book, the Contacts Provider, to |
| 661 | display contacts and their details and modify contact information."> |
| 662 | Accessing Contacts Data</a> |
| 663 | </div> |
| 664 | <ul> |
| 665 | <li> |
| 666 | <a href="<?cs var:toroot ?>training/contacts-provider/retrieve-names.html"> |
| 667 | Retrieving a List of Contacts |
| 668 | </a> |
| 669 | </li> |
| 670 | <li> |
| 671 | <a href="<?cs var:toroot ?>training/contacts-provider/retrieve-details.html"> |
| 672 | Retrieving Details for a Contact |
| 673 | </a> |
| 674 | </li> |
| 675 | <li> |
| 676 | <a href="<?cs var:toroot ?>training/contacts-provider/modify-data.html"> |
| 677 | Modifying Contacts Using Intents |
| 678 | </a> |
| 679 | </li> |
| 680 | <li> |
| 681 | <a href="<?cs var:toroot ?>training/contacts-provider/display-contact-badge.html"> |
| 682 | Displaying the Quick Contact Badge |
| 683 | </a> |
| 684 | </li> |
| 685 | </ul> |
| 686 | </li> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 687 | |
| 688 | <li class="nav-section"> |
| 689 | <div class="nav-section-header"> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 690 | <a href="<?cs var:toroot ?>training/location/index.html" |
| 691 | description="How to add location-aware features to your app by getting the user's current location."> |
| 692 | Making Your App Location-Aware |
| 693 | </a> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 694 | </div> |
| 695 | <ul> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 696 | <li> |
| 697 | <a href="<?cs var:toroot ?>training/location/retrieve-current.html"> |
| 698 | Retrieving the Current Location |
| 699 | </a> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 700 | </li> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 701 | <li> |
| 702 | <a href="<?cs var:toroot ?>training/location/receive-location-updates.html"> |
| 703 | Receiving Location Updates |
| 704 | </a> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 705 | </li> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 706 | <li> |
| 707 | <a href="<?cs var:toroot ?>training/location/display-address.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 708 | Displaying a Location Address |
| 709 | </a> |
| 710 | </li> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 711 | <li><a href="<?cs var:toroot ?>training/location/geofencing.html"> |
| 712 | Creating and Monitoring Geofences |
| 713 | </a> |
| 714 | </li> |
| 715 | <li><a href="<?cs var:toroot ?>training/location/activity-recognition.html"> |
| 716 | Recognizing the User's Current Activity |
| 717 | </a> |
| 718 | </li> |
| Joe Malin | 72fdbc8 | 2013-07-26 17:26:52 -0700 | [diff] [blame] | 719 | <li><a href="<?cs var:toroot ?>training/location/location-testing.html"> |
| 720 | Testing Using Mock Locations |
| 721 | </a> |
| 722 | </li> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 723 | </ul> |
| 724 | </li> |
| 725 | </ul> |
| 726 | </li> |
| 727 | <!-- End privacy and location --> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 728 | |
| 729 | |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 730 | |
| 731 | <li class="nav-section"> |
| 732 | <div class="nav-section-header"> |
| 733 | <a href="<?cs var:toroot ?>training/best-ux.html"> |
| 734 | <span class="small">Best Practices for</span><br/> |
| Scott Main | 8142898 | 2013-12-09 18:02:48 -0800 | [diff] [blame] | 735 | Interaction & Engagement |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 736 | </a> |
| 737 | </div> |
| 738 | <ul> |
| 739 | |
| 740 | <li class="nav-section"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 741 | <div class="nav-section-header"> |
| 742 | <a href="<?cs var:toroot ?>training/design-navigation/index.html" |
| 743 | description= |
| 744 | "How to plan your app's screen hierarchy and forms of navigation so users can |
| 745 | effectively and intuitively traverse your app content using various navigation |
| 746 | patterns." |
| 747 | >Designing Effective Navigation</a> |
| Scott Main | ddab47b | 2012-10-02 17:48:11 -0700 | [diff] [blame] | 748 | </div> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 749 | <ul> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 750 | <li><a href="<?cs var:toroot ?>training/design-navigation/screen-planning.html"> |
| 751 | Planning Screens and Their Relationships |
| 752 | </a> |
| 753 | </li> |
| 754 | <li><a href="<?cs var:toroot ?>training/design-navigation/multiple-sizes.html"> |
| 755 | Planning for Multiple Touchscreen Sizes |
| 756 | </a> |
| 757 | </li> |
| 758 | <li><a href="<?cs var:toroot ?>training/design-navigation/descendant-lateral.html"> |
| 759 | Providing Descendant and Lateral Navigation |
| 760 | </a> |
| 761 | </li> |
| 762 | <li><a href="<?cs var:toroot ?>training/design-navigation/ancestral-temporal.html"> |
| 763 | Providing Ancestral and Temporal Navigation |
| 764 | </a> |
| 765 | </li> |
| 766 | <li><a href="<?cs var:toroot ?>training/design-navigation/wireframing.html"> |
| 767 | Putting it All Together: Wireframing the Example App |
| 768 | </a> |
| 769 | </li> |
| 770 | </ul> |
| 771 | </li> |
| 772 | |
| 773 | <li class="nav-section"> |
| 774 | <div class="nav-section-header"> |
| 775 | <a href="<?cs var:toroot ?>training/implementing-navigation/index.html" |
| 776 | description= |
| Scott Main | 7c84055 | 2013-03-26 18:53:01 -0700 | [diff] [blame] | 777 | "How to implement various navigation patterns such as swipe views, |
| 778 | a navigation drawer, and up navigation." |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 779 | >Implementing Effective Navigation</a> |
| 780 | </div> |
| 781 | <ul> |
| 782 | <li><a href="<?cs var:toroot ?>training/implementing-navigation/lateral.html"> |
| Scott Main | 7c84055 | 2013-03-26 18:53:01 -0700 | [diff] [blame] | 783 | Creating Swipe Views with Tabs |
| 784 | </a> |
| 785 | </li> |
| 786 | <li><a href="<?cs var:toroot ?>training/implementing-navigation/nav-drawer.html"> |
| 787 | Creating a Navigation Drawer |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 788 | </a> |
| 789 | </li> |
| 790 | <li><a href="<?cs var:toroot ?>training/implementing-navigation/ancestral.html"> |
| Scott Main | 7c84055 | 2013-03-26 18:53:01 -0700 | [diff] [blame] | 791 | Providing Up Navigation |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 792 | </a> |
| 793 | </li> |
| 794 | <li><a href="<?cs var:toroot ?>training/implementing-navigation/temporal.html"> |
| Scott Main | 7c84055 | 2013-03-26 18:53:01 -0700 | [diff] [blame] | 795 | Providing Proper Back Navigation |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 796 | </a> |
| 797 | </li> |
| 798 | <li><a href="<?cs var:toroot ?>training/implementing-navigation/descendant.html"> |
| 799 | Implementing Descendant Navigation |
| 800 | </a> |
| 801 | </li> |
| 802 | </ul> |
| 803 | </li> |
| && repo sync -j8 | 0aae000 | 2012-10-04 16:34:23 -0700 | [diff] [blame] | 804 | |
| 805 | <li class="nav-section"> |
| 806 | <div class="nav-section-header"> |
| 807 | <a href="<?cs var:toroot ?>training/notify-user/index.html" |
| 808 | description= |
| Joe Malin | f0f5efb | 2012-10-27 11:16:19 -0700 | [diff] [blame] | 809 | "How to display messages called notifications outside of |
| && repo sync -j8 | 0aae000 | 2012-10-04 16:34:23 -0700 | [diff] [blame] | 810 | your application's UI." |
| 811 | >Notifying the User</a> |
| 812 | </div> |
| 813 | <ul> |
| 814 | <li> |
| 815 | <a href="<?cs var:toroot ?>training/notify-user/build-notification.html"> |
| 816 | Building a Notification |
| 817 | </a> |
| 818 | </li> |
| 819 | <li> |
| 820 | <a href="<?cs var:toroot ?>training/notify-user/navigation.html"> |
| 821 | Preserving Navigation when Starting an Activity |
| 822 | </a> |
| 823 | </li> |
| 824 | <li> |
| 825 | <a href="<?cs var:toroot ?>training/notify-user/managing.html"> |
| 826 | Updating Notifications |
| 827 | </a> |
| 828 | </li> |
| 829 | <li> |
| 830 | <a href="<?cs var:toroot ?>training/notify-user/expanded.html"> |
| 831 | Using Big View Styles |
| 832 | </a> |
| 833 | </li> |
| 834 | <li> |
| 835 | <a href="<?cs var:toroot ?>training/notify-user/display-progress.html"> |
| 836 | Displaying Progress in a Notification |
| 837 | </a> |
| 838 | </li> |
| 839 | </ul> |
| 840 | </li> |
| 841 | |
| 842 | <li class="nav-section"> |
| 843 | <div class="nav-section-header"> |
| 844 | <a href="<?cs var:toroot ?>training/search/index.html" |
| 845 | description= |
| 846 | "How to properly add a search interface to your app and create a searchable database." |
| 847 | >Adding Search Functionality</a> |
| 848 | </div> |
| 849 | <ul> |
| 850 | <li><a href="<?cs var:toroot ?>training/search/setup.html"> |
| 851 | Setting up the Search Interface |
| 852 | </a> |
| 853 | </li> |
| 854 | <li><a href="<?cs var:toroot ?>training/search/search.html"> |
| 855 | Storing and Searching for Data |
| 856 | </a> |
| 857 | </li> |
| 858 | <li><a href="<?cs var:toroot ?>training/search/backward-compat.html"> |
| 859 | Remaining Backward Compatible |
| 860 | </a> |
| 861 | </li> |
| 862 | </ul> |
| 863 | </li> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 864 | |
| Scott Main | 8142898 | 2013-12-09 18:02:48 -0800 | [diff] [blame] | 865 | <li class="nav-section"> |
| 866 | <div class="nav-section-header"> |
| 867 | <a href="<?cs var:toroot ?>training/app-indexing/index.html" |
| 868 | description= |
| 869 | "How to enable deep linking and indexing of your application |
| 870 | content so that users can open this content directly from their mobile search |
| 871 | results." |
| quddusc | 240aca3 | 2013-12-19 16:59:17 -0800 | [diff] [blame] | 872 | >Making Your App Content Searchable by Google</a> |
| Scott Main | 8142898 | 2013-12-09 18:02:48 -0800 | [diff] [blame] | 873 | </div> |
| 874 | <ul> |
| 875 | <li><a href="<?cs var:toroot ?>training/app-indexing/deep-linking.html"> |
| 876 | Enabling Deep Links for App Content |
| 877 | </a> |
| 878 | </li> |
| 879 | <li><a href="<?cs var:toroot ?>training/app-indexing/enabling-app-indexing.html"> |
| 880 | Specifying App Content for Indexing |
| 881 | </a> |
| 882 | </li> |
| 883 | </ul> |
| 884 | </li> |
| 885 | </ul> |
| 886 | </li> |
| 887 | <!-- End Interaction and Engagement --> |
| 888 | |
| 889 | |
| 890 | |
| 891 | |
| 892 | <li class="nav-section"> |
| 893 | <div class="nav-section-header"> |
| 894 | <a href="<?cs var:toroot ?>training/best-ui.html"> |
| 895 | <span class="small">Best Practices for</span><br/> |
| 896 | User Interface |
| 897 | </a> |
| 898 | </div> |
| 899 | <ul> |
| 900 | |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 901 | |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 902 | <li class="nav-section"> |
| 903 | <div class="nav-section-header"> |
| Scott Main | 5b50239c | 2013-12-17 14:59:05 -0800 | [diff] [blame] | 904 | <a href="<?cs var:toroot ?>training/multiscreen/index.html" |
| Dirk Dougherty | b582c678 | 2013-05-04 10:54:52 -0700 | [diff] [blame] | 905 | zh-cn-lang="针对多种屏幕进行设计" |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 906 | ja-lang="複数画面のデザイン" |
| 907 | es-lang="Cómo diseñar aplicaciones para varias pantallas" |
| 908 | description= |
| 909 | "How to build a user interface that's flexible enough to |
| 910 | fit perfectly on any screen and how to create different interaction |
| 911 | patterns that are optimized for different screen sizes." |
| 912 | >Designing for Multiple Screens</a> |
| 913 | </div> |
| 914 | <ul> |
| Scott Main | 5b50239c | 2013-12-17 14:59:05 -0800 | [diff] [blame] | 915 | <li><a href="<?cs var:toroot ?>training/multiscreen/screensizes.html" |
| Dirk Dougherty | b582c678 | 2013-05-04 10:54:52 -0700 | [diff] [blame] | 916 | zh-cn-lang="支持各种屏幕尺寸" |
| Scott Main | ddab47b | 2012-10-02 17:48:11 -0700 | [diff] [blame] | 917 | ko-lang="다양한 화면 크기 지원" |
| 918 | ja-lang="さまざまな画面サイズのサポート" |
| Joe Malin | f0f5efb | 2012-10-27 11:16:19 -0700 | [diff] [blame] | 919 | es-lang="Cómo admitir varios tamaños de pantalla" |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 920 | >Supporting Different Screen Sizes</a> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 921 | </li> |
| Scott Main | 5b50239c | 2013-12-17 14:59:05 -0800 | [diff] [blame] | 922 | <li><a href="<?cs var:toroot ?>training/multiscreen/screendensities.html" |
| Dirk Dougherty | b582c678 | 2013-05-04 10:54:52 -0700 | [diff] [blame] | 923 | zh-cn-lang="支持各种屏幕密度" |
| Scott Main | ddab47b | 2012-10-02 17:48:11 -0700 | [diff] [blame] | 924 | ja-lang="さまざまな画面密度のサポート" |
| Joe Malin | f0f5efb | 2012-10-27 11:16:19 -0700 | [diff] [blame] | 925 | es-lang="Cómo admitir varias densidades de pantalla" |
| Scott Main | ddab47b | 2012-10-02 17:48:11 -0700 | [diff] [blame] | 926 | >Supporting Different Screen Densities</a> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 927 | </li> |
| Scott Main | 5b50239c | 2013-12-17 14:59:05 -0800 | [diff] [blame] | 928 | <li><a href="<?cs var:toroot ?>training/multiscreen/adaptui.html" |
| Dirk Dougherty | b582c678 | 2013-05-04 10:54:52 -0700 | [diff] [blame] | 929 | zh-cn-lang="实施自适应用户界面流程" |
| Scott Main | ddab47b | 2012-10-02 17:48:11 -0700 | [diff] [blame] | 930 | ja-lang="順応性のある UI フローの実装" |
| Joe Malin | f0f5efb | 2012-10-27 11:16:19 -0700 | [diff] [blame] | 931 | es-lang="Cómo implementar interfaces de usuario adaptables" |
| Scott Main | ddab47b | 2012-10-02 17:48:11 -0700 | [diff] [blame] | 932 | >Implementing Adaptive UI Flows</a> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 933 | </li> |
| 934 | </ul> |
| 935 | </li> |
| Joe Malin | 50c2275 | 2012-10-20 12:41:40 -0700 | [diff] [blame] | 936 | |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 937 | <li class="nav-section"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 938 | <div class="nav-section-header"><a href="<?cs var:toroot ?>training/tv/index.html" |
| 939 | description= |
| 940 | "How to optimize your app's user interface and user input for |
| 941 | the "ten foot experience" of a TV screen." |
| 942 | >Designing for TV</a> |
| 943 | </div> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 944 | <ul> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 945 | <li><a href="<?cs var:toroot ?>training/tv/optimizing-layouts-tv.html"> |
| 946 | Optimizing Layouts for TV |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 947 | </a> |
| 948 | </li> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 949 | <li><a href="<?cs var:toroot ?>training/tv/optimizing-navigation-tv.html"> |
| 950 | Optimizing Navigation for TV |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 951 | </a> |
| 952 | </li> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 953 | <li><a href="<?cs var:toroot ?>training/tv/unsupported-features-tv.html"> |
| 954 | Handling Features Not Supported on TV |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 955 | </a> |
| 956 | </li> |
| 957 | </ul> |
| 958 | </li> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 959 | |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 960 | <li class="nav-section"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 961 | <div class="nav-section-header"> |
| 962 | <a href="<?cs var:toroot ?>training/custom-views/index.html" |
| 963 | description= |
| 964 | "How to build custom UI widgets that are interactive and smooth." |
| 965 | >Creating Custom Views</a> |
| 966 | </div> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 967 | <ul> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 968 | <li><a href="<?cs var:toroot ?>training/custom-views/create-view.html"> |
| 969 | Creating a Custom View Class |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 970 | </a> |
| 971 | </li> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 972 | <li><a href="<?cs var:toroot ?>training/custom-views/custom-drawing.html"> |
| 973 | Implementing Custom Drawing |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 974 | </a> |
| 975 | </li> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 976 | <li><a href="<?cs var:toroot ?>training/custom-views/making-interactive.html"> |
| 977 | Making the View Interactive |
| 978 | </a> |
| 979 | </li> |
| 980 | <li><a href="<?cs var:toroot ?>training/custom-views/optimizing-view.html"> |
| 981 | Optimizing the View |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 982 | </a> |
| 983 | </li> |
| 984 | </ul> |
| 985 | </li> |
| Joe Malin | 50c2275 | 2012-10-20 12:41:40 -0700 | [diff] [blame] | 986 | |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 987 | <li class="nav-section"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 988 | <div class="nav-section-header"> |
| 989 | <a href="<?cs var:toroot ?>training/backward-compatible-ui/index.html" |
| 990 | description= |
| 991 | "How to use UI components and other APIs from the more recent versions of Android |
| 992 | while remaining compatible with older versions of the platform." |
| 993 | >Creating Backward-Compatible UIs</a> |
| Scott Main | ddab47b | 2012-10-02 17:48:11 -0700 | [diff] [blame] | 994 | </div> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 995 | <ul> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 996 | <li><a href="<?cs var:toroot ?>training/backward-compatible-ui/abstracting.html"> |
| 997 | Abstracting the New APIs |
| 998 | </a> |
| 999 | </li> |
| 1000 | <li><a href="<?cs var:toroot ?>training/backward-compatible-ui/new-implementation.html"> |
| 1001 | Proxying to the New APIs |
| 1002 | </a> |
| 1003 | </li> |
| 1004 | <li><a href="<?cs var:toroot ?>training/backward-compatible-ui/older-implementation.html"> |
| 1005 | Creating an Implementation with Older APIs |
| 1006 | </a> |
| 1007 | </li> |
| 1008 | <li><a href="<?cs var:toroot ?>training/backward-compatible-ui/using-component.html"> |
| 1009 | Using the Version-Aware Component |
| 1010 | </a> |
| 1011 | </li> |
| 1012 | </ul> |
| 1013 | </li> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 1014 | |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1015 | <li class="nav-section"> |
| 1016 | <div class="nav-section-header"> |
| 1017 | <a href="<?cs var:toroot ?>training/accessibility/index.html" |
| 1018 | description= |
| 1019 | "How to make your app accessible to users with vision |
| 1020 | impairment or other physical disabilities." |
| 1021 | >Implementing Accessibility</a> |
| 1022 | </div> |
| 1023 | <ul> |
| 1024 | <li><a href="<?cs var:toroot ?>training/accessibility/accessible-app.html"> |
| 1025 | Developing Accessible Applications |
| 1026 | </a> |
| 1027 | </li> |
| 1028 | <li><a href="<?cs var:toroot ?>training/accessibility/service.html"> |
| 1029 | Developing Accessibility Services |
| 1030 | </a> |
| 1031 | </li> |
| 1032 | </ul> |
| 1033 | </li> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 1034 | |
| Katie McCormick | cfd3047 | 2013-09-27 15:52:14 -0700 | [diff] [blame] | 1035 | <li class="nav-section"> |
| 1036 | <div class="nav-section-header"> |
| 1037 | <a href="<?cs var:toroot ?>training/system-ui/index.html" |
| 1038 | description= |
| 1039 | "How to hide and show status and navigation bars across different versions of Android, |
| 1040 | while managing the display of other screen components." |
| 1041 | >Managing the System UI</a> |
| 1042 | </div> |
| 1043 | <ul> |
| 1044 | <li><a href="<?cs var:toroot ?>training/system-ui/dim.html"> |
| 1045 | Dimming the System Bars |
| 1046 | </a> |
| 1047 | </li> |
| 1048 | <li><a href="<?cs var:toroot ?>training/system-ui/status.html"> |
| 1049 | Hiding the Status Bar |
| 1050 | </a> |
| 1051 | </li> |
| 1052 | <li><a href="<?cs var:toroot ?>training/system-ui/navigation.html"> |
| 1053 | Hiding the Navigation Bar |
| 1054 | </a> |
| 1055 | </li> |
| Scott Main | 5b50239c | 2013-12-17 14:59:05 -0800 | [diff] [blame] | 1056 | <li><a href="<?cs var:toroot ?>training/system-ui/immersive.html"> |
| Katie McCormick | 467f5db | 2013-11-05 13:35:15 -0800 | [diff] [blame] | 1057 | Using Immersive Full-Screen Mode |
| 1058 | </a> |
| 1059 | </li> |
| Katie McCormick | cfd3047 | 2013-09-27 15:52:14 -0700 | [diff] [blame] | 1060 | <li><a href="<?cs var:toroot ?>training/system-ui/visibility.html"> |
| 1061 | Responding to UI Visibility Changes |
| 1062 | </a> |
| 1063 | </li> |
| 1064 | </ul> |
| 1065 | </li> |
| 1066 | |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1067 | </ul> |
| 1068 | </li> |
| Scott Main | 8142898 | 2013-12-09 18:02:48 -0800 | [diff] [blame] | 1069 | <!-- End User Interface --> |
| 1070 | |
| 1071 | |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 1072 | |
| Scott Main | c8a6f8a | 2012-12-05 16:13:25 -0800 | [diff] [blame] | 1073 | |
| && repo sync -j8 | 518edbf | 2012-11-30 16:28:27 -0800 | [diff] [blame] | 1074 | <li class="nav-section"> |
| 1075 | <div class="nav-section-header"> |
| Scott Main | c8a6f8a | 2012-12-05 16:13:25 -0800 | [diff] [blame] | 1076 | <a href="<?cs var:toroot ?>training/best-user-input.html"> |
| && repo sync -j8 | 518edbf | 2012-11-30 16:28:27 -0800 | [diff] [blame] | 1077 | <span class="small">Best Practices for</span><br/> |
| 1078 | User Input |
| 1079 | </a> |
| 1080 | </div> |
| 1081 | <ul> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 1082 | |
| && repo sync -j8 | 518edbf | 2012-11-30 16:28:27 -0800 | [diff] [blame] | 1083 | <li class="nav-section"> |
| 1084 | <div class="nav-section-header"> |
| 1085 | <a href="<?cs var:toroot ?>training/gestures/index.html" |
| 1086 | description= |
| 1087 | "How to write apps that allow users to interact with the touch screen via touch gestures." |
| 1088 | >Using Touch Gestures</a> |
| 1089 | </div> |
| 1090 | <ul> |
| 1091 | <li><a href="<?cs var:toroot ?>training/gestures/detector.html"> |
| 1092 | Detecting Common Gestures |
| 1093 | </a> |
| 1094 | </li> |
| 1095 | <li><a href="<?cs var:toroot ?>training/gestures/movement.html"> |
| 1096 | Tracking Movement |
| 1097 | </a> |
| 1098 | </li> |
| 1099 | <li><a href="<?cs var:toroot ?>training/gestures/scroll.html"> |
| 1100 | Animating a Scroll Gesture |
| 1101 | </a> |
| 1102 | </li> |
| 1103 | <li><a href="<?cs var:toroot ?>training/gestures/multi.html"> |
| 1104 | Handling Multi-Touch Gestures |
| 1105 | </a> |
| 1106 | </li> |
| 1107 | <li><a href="<?cs var:toroot ?>training/gestures/scale.html"> |
| 1108 | Dragging and Scaling |
| 1109 | </a> |
| 1110 | </li> |
| 1111 | <li><a href="<?cs var:toroot ?>training/gestures/viewgroup.html"> |
| 1112 | Managing Touch Events in a ViewGroup |
| 1113 | </a> |
| 1114 | </li> |
| 1115 | </ul> |
| Scott Main | c8a6f8a | 2012-12-05 16:13:25 -0800 | [diff] [blame] | 1116 | </li> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 1117 | |
| Scott Main | c8a6f8a | 2012-12-05 16:13:25 -0800 | [diff] [blame] | 1118 | <li class="nav-section"> |
| 1119 | <div class="nav-section-header"> |
| 1120 | <a href="<?cs var:toroot ?>training/keyboard-input/index.html" |
| 1121 | description= |
| 1122 | "How to specify the appearance and behaviors of soft input methods (such |
| 1123 | as on-screen keyboards) and how to optimize the experience with |
| 1124 | hardware keyboards." |
| 1125 | >Handling Keyboard Input</a> |
| 1126 | </div> |
| 1127 | <ul> |
| 1128 | <li><a href="<?cs var:toroot ?>training/keyboard-input/style.html"> |
| 1129 | Specifying the Input Method Type |
| 1130 | </a> |
| 1131 | </li> |
| 1132 | <li><a href="<?cs var:toroot ?>training/keyboard-input/visibility.html"> |
| 1133 | Handling Input Method Visibility |
| 1134 | </a> |
| 1135 | </li> |
| 1136 | <li><a href="<?cs var:toroot ?>training/keyboard-input/navigation.html"> |
| 1137 | Supporting Keyboard Navigation |
| 1138 | </a> |
| 1139 | </li> |
| 1140 | <li><a href="<?cs var:toroot ?>training/keyboard-input/commands.html"> |
| 1141 | Handling Keyboard Actions |
| 1142 | </a> |
| 1143 | </li> |
| 1144 | </ul> |
| 1145 | </li> |
| quddusc | 1dff746 | 2013-07-01 16:57:26 -0700 | [diff] [blame] | 1146 | |
| 1147 | <li class="nav-section"> |
| 1148 | <div class="nav-section-header"> |
| 1149 | <a href="<?cs var:toroot ?>training/game-controllers/index.html" |
| 1150 | description= |
| 1151 | "How to write apps that support game controllers." |
| 1152 | >Supporting Game Controllers</a> |
| 1153 | </div> |
| 1154 | <ul> |
| 1155 | <li><a href="<?cs var:toroot ?>training/game-controllers/controller-input.html"> |
| 1156 | Handling Controller Actions |
| 1157 | </a> |
| 1158 | </li> |
| 1159 | <li><a href="<?cs var:toroot ?>training/game-controllers/compatibility.html"> |
| 1160 | Supporting Controllers Across Android Versions |
| 1161 | </a> |
| 1162 | </li> |
| 1163 | <li><a href="<?cs var:toroot ?>training/game-controllers/multiple-controllers.html"> |
| 1164 | Supporting Multiple Game Controllers |
| 1165 | </a> |
| 1166 | </li> |
| 1167 | </ul> |
| 1168 | </li> |
| Scott Main | c8a6f8a | 2012-12-05 16:13:25 -0800 | [diff] [blame] | 1169 | </ul> |
| Joe Malin | 421435d | 2013-01-15 15:06:08 -0800 | [diff] [blame] | 1170 | </li> <!-- end of User Input --> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1171 | |
| 1172 | <li class="nav-section"> |
| 1173 | <div class="nav-section-header"> |
| Katie McCormick | 7bdb3f6 | 2013-09-05 14:46:20 -0700 | [diff] [blame] | 1174 | <a href="<?cs var:toroot ?>training/best-background.html"> |
| 1175 | <span class="small">Best Practices for</span><br/> |
| 1176 | Background Jobs |
| 1177 | </a> |
| 1178 | </div> |
| 1179 | <ul> |
| 1180 | |
| 1181 | <li class="nav-section"> |
| 1182 | <div class="nav-section-header"> |
| 1183 | <a href="<?cs var:toroot ?>training/run-background-service/index.html" |
| 1184 | description= |
| 1185 | "How to improve UI performance and responsiveness by sending work to a |
| 1186 | Service running in the background" |
| 1187 | >Running in a Background Service</a> |
| 1188 | </div> |
| 1189 | <ul> |
| 1190 | <li><a href="<?cs var:toroot ?>training/run-background-service/create-service.html"> |
| 1191 | Creating a Background Service |
| 1192 | </a> |
| 1193 | </li> |
| 1194 | <li><a href="<?cs var:toroot ?>training/run-background-service/send-request.html"> |
| 1195 | Sending Work Requests to the Background Service |
| 1196 | </a> |
| 1197 | </li> |
| 1198 | <li><a href="<?cs var:toroot ?>training/run-background-service/report-status.html"> |
| 1199 | Reporting Work Status |
| 1200 | </a> |
| 1201 | </li> |
| 1202 | </ul> |
| 1203 | </li> |
| 1204 | |
| 1205 | <li class="nav-section"> |
| 1206 | <div class="nav-section-header"> |
| 1207 | <a href="<?cs var:toroot ?>training/load-data-background/index.html" |
| 1208 | description="How to use CursorLoader to query data without |
| 1209 | affecting UI responsiveness." |
| 1210 | >Loading Data in the Background</a> |
| 1211 | </div> |
| 1212 | <ul> |
| 1213 | <li><a href="<?cs var:toroot ?>training/load-data-background/setup-loader.html"> |
| 1214 | Running a Query with a CursorLoader</a> |
| 1215 | </li> |
| 1216 | <li><a href="<?cs var:toroot ?>training/load-data-background/handle-results.html"> |
| 1217 | Handling the Results</a> |
| 1218 | </li> |
| 1219 | </ul> |
| 1220 | </li> |
| 1221 | |
| 1222 | <li class="nav-section"> |
| 1223 | <div class="nav-section-header"> |
| 1224 | <a href="<?cs var:toroot ?>training/scheduling/index.html" |
| 1225 | description="How to use repeating alarms and wake locks |
| 1226 | to run background jobs." |
| 1227 | >Managing Device Awake State</a> |
| 1228 | </div> |
| 1229 | <ul> |
| 1230 | <li><a href="<?cs var:toroot ?>training/scheduling/wakelock.html"> |
| 1231 | Keeping the Device Awake</a> |
| 1232 | </li> |
| 1233 | <li><a href="<?cs var:toroot ?>training/scheduling/alarms.html"> |
| 1234 | Scheduling Repeating Alarms</a> |
| 1235 | </li> |
| 1236 | </ul> |
| 1237 | </li> |
| 1238 | </ul> |
| 1239 | </li> <!-- end of Background Jobs --> |
| 1240 | |
| 1241 | <li class="nav-section"> |
| 1242 | <div class="nav-section-header"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1243 | <a href="<?cs var:toroot ?>training/best-performance.html"> |
| 1244 | <span class="small">Best Practices for</span><br/> |
| 1245 | Performance |
| 1246 | </a> |
| 1247 | </div> |
| 1248 | <ul> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 1249 | |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1250 | <li> |
| Scott Main | a3f0e01 | 2013-09-19 17:45:40 -0700 | [diff] [blame] | 1251 | <a href="<?cs var:toroot ?>training/articles/memory.html" |
| 1252 | description= |
| 1253 | "How to keep your app's memory footprint small in order to improve performance |
| 1254 | on a variety of mobile devices." |
| 1255 | >Managing Your App's Memory</a> |
| 1256 | </li> |
| 1257 | |
| 1258 | <li> |
| Scott Main | 33e499e | 2012-11-16 08:54:27 -0800 | [diff] [blame] | 1259 | <a href="<?cs var:toroot ?>training/articles/perf-tips.html" |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1260 | description= |
| 1261 | "How to optimize your app's performance in various ways to improve its |
| 1262 | responsiveness and battery efficiency." |
| 1263 | >Performance Tips</a> |
| 1264 | </li> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 1265 | |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1266 | <li class="nav-section"> |
| 1267 | <div class="nav-section-header"> |
| 1268 | <a href="<?cs var:toroot ?>training/improving-layouts/index.html" |
| 1269 | description= |
| 1270 | "How to identify problems in your app's layout performance and improve the UI |
| 1271 | responsiveness." |
| 1272 | >Improving Layout Performance</a> |
| 1273 | </div> |
| 1274 | <ul> |
| 1275 | <li><a href="<?cs var:toroot ?>training/improving-layouts/optimizing-layout.html"> |
| 1276 | Optimizing Layout Hierarchies |
| 1277 | </a> |
| 1278 | </li> |
| 1279 | <li><a href="<?cs var:toroot ?>training/improving-layouts/reusing-layouts.html"> |
| 1280 | Re-using Layouts with <include/> |
| 1281 | </a> |
| 1282 | </li> |
| 1283 | <li><a href="<?cs var:toroot ?>training/improving-layouts/loading-ondemand.html"> |
| 1284 | Loading Views On Demand |
| 1285 | </a> |
| 1286 | </li> |
| 1287 | <li><a href="<?cs var:toroot ?>training/improving-layouts/smooth-scrolling.html"> |
| 1288 | Making ListView Scrolling Smooth |
| 1289 | </a> |
| 1290 | </li> |
| 1291 | </ul> |
| 1292 | </li> |
| Scott Main | 8ac7880 | 2012-12-14 11:39:03 -0800 | [diff] [blame] | 1293 | |
| Joe Malin | f0f5efb | 2012-10-27 11:16:19 -0700 | [diff] [blame] | 1294 | <li class="nav-section"> |
| 1295 | <div class="nav-section-header"> |
| Scott Main | 5b50239c | 2013-12-17 14:59:05 -0800 | [diff] [blame] | 1296 | <a href="<?cs var:toroot ?>training/monitoring-device-state/index.html" |
| Dirk Dougherty | b582c678 | 2013-05-04 10:54:52 -0700 | [diff] [blame] | 1297 | zh-cn-lang="优化电池使用时间" |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1298 | ja-lang="電池消費量の最適化" |
| 1299 | es-lang="Cómo optimizar la duración de la batería" |
| 1300 | description= |
| 1301 | "How to minimize the amount of power your app requires by adapting to current |
| 1302 | power conditions and performing power-hungry tasks at proper intervals." |
| 1303 | >Optimizing Battery Life</a> |
| 1304 | </div> |
| 1305 | <ul> |
| Scott Main | 5b50239c | 2013-12-17 14:59:05 -0800 | [diff] [blame] | 1306 | <li><a href="<?cs var:toroot ?>training/monitoring-device-state/battery-monitoring.html" |
| Dirk Dougherty | b582c678 | 2013-05-04 10:54:52 -0700 | [diff] [blame] | 1307 | zh-cn-lang="监控电池电量和充电状态" |
| Scott Main | ddab47b | 2012-10-02 17:48:11 -0700 | [diff] [blame] | 1308 | ja-lang="電池残量と充電状態の監視" |
| Joe Malin | f0f5efb | 2012-10-27 11:16:19 -0700 | [diff] [blame] | 1309 | es-lang="Cómo controlar el nivel de batería y el estado de carga" |
| Scott Main | ddab47b | 2012-10-02 17:48:11 -0700 | [diff] [blame] | 1310 | >Monitoring the Battery Level and Charging State</a> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1311 | </li> |
| Scott Main | 5b50239c | 2013-12-17 14:59:05 -0800 | [diff] [blame] | 1312 | <li><a href="<?cs var:toroot ?>training/monitoring-device-state/docking-monitoring.html" |
| Dirk Dougherty | b582c678 | 2013-05-04 10:54:52 -0700 | [diff] [blame] | 1313 | zh-cn-lang="确定和监控基座对接状态和类型" |
| Scott Main | ddab47b | 2012-10-02 17:48:11 -0700 | [diff] [blame] | 1314 | ja-lang="ホルダーの装着状態とタイプの特定と監視" |
| Joe Malin | f0f5efb | 2012-10-27 11:16:19 -0700 | [diff] [blame] | 1315 | es-lang="Cómo determinar y controlar el tipo de conector y el estado de la conexión" |
| Scott Main | ddab47b | 2012-10-02 17:48:11 -0700 | [diff] [blame] | 1316 | >Determining and Monitoring the Docking State and Type</a> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1317 | </li> |
| Scott Main | 5b50239c | 2013-12-17 14:59:05 -0800 | [diff] [blame] | 1318 | <li><a href="<?cs var:toroot ?>training/monitoring-device-state/connectivity-monitoring.html" |
| Dirk Dougherty | b582c678 | 2013-05-04 10:54:52 -0700 | [diff] [blame] | 1319 | zh-cn-lang="确定和监控网络连接状态" |
| Scott Main | ddab47b | 2012-10-02 17:48:11 -0700 | [diff] [blame] | 1320 | ja-lang="接続状態の特定と監視" |
| Joe Malin | f0f5efb | 2012-10-27 11:16:19 -0700 | [diff] [blame] | 1321 | es-lang="Cómo determinar y controlar el estado de la conectividad" |
| Scott Main | ddab47b | 2012-10-02 17:48:11 -0700 | [diff] [blame] | 1322 | >Determining and Monitoring the Connectivity Status</a> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1323 | </li> |
| Scott Main | 5b50239c | 2013-12-17 14:59:05 -0800 | [diff] [blame] | 1324 | <li><a href="<?cs var:toroot ?>training/monitoring-device-state/manifest-receivers.html" |
| Dirk Dougherty | b582c678 | 2013-05-04 10:54:52 -0700 | [diff] [blame] | 1325 | zh-cn-lang="根据需要操作广播接收器" |
| Scott Main | ddab47b | 2012-10-02 17:48:11 -0700 | [diff] [blame] | 1326 | ja-lang="オンデマンドでのブロードキャスト レシーバ操作" |
| Joe Malin | f0f5efb | 2012-10-27 11:16:19 -0700 | [diff] [blame] | 1327 | es-lang="Cómo manipular los receptores de emisión bajo demanda" |
| Scott Main | ddab47b | 2012-10-02 17:48:11 -0700 | [diff] [blame] | 1328 | >Manipulating Broadcast Receivers On Demand</a> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1329 | </li> |
| 1330 | </ul> |
| 1331 | </li> |
| Joe Malin | 8dd6275 | 2012-11-26 14:06:35 -0800 | [diff] [blame] | 1332 | <li class="nav-section"> |
| 1333 | <div class="nav-section-header"> |
| 1334 | <a href="<?cs var:toroot ?>training/multiple-threads/index.html" |
| 1335 | description= |
| 1336 | "How to improve the performance and scalability of long-running operations by |
| 1337 | dispatching work to multiple threads."> |
| 1338 | Sending Operations to Multiple Threads</a> |
| 1339 | </div> |
| 1340 | <ul> |
| 1341 | <li><a href="<?cs var:toroot ?>training/multiple-threads/define-runnable.html"> |
| 1342 | Specifying the Code to Run on a Thread |
| 1343 | </a> |
| 1344 | </li> |
| 1345 | <li><a href="<?cs var:toroot ?>training/multiple-threads/create-threadpool.html"> |
| 1346 | Creating a Manager for Multiple Threads |
| 1347 | </a> |
| 1348 | </li> |
| 1349 | <li><a href="<?cs var:toroot ?>training/multiple-threads/run-code.html"> |
| 1350 | Running Code on a Thread Pool Thread |
| 1351 | </a> |
| 1352 | </li> |
| 1353 | <li><a href="<?cs var:toroot ?>training/multiple-threads/communicate-ui.html"> |
| 1354 | Communicating with the UI Thread |
| 1355 | </a> |
| 1356 | </li> |
| 1357 | </ul> |
| 1358 | </li> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 1359 | |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1360 | <li> |
| Scott Main | 33e499e | 2012-11-16 08:54:27 -0800 | [diff] [blame] | 1361 | <a href="<?cs var:toroot ?>training/articles/perf-anr.html" |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1362 | description= |
| 1363 | "How to keep your app responsive to user interaction so the UI does not lock-up and |
| 1364 | display an "Application Not Responding" dialog." |
| 1365 | >Keeping Your App Responsive</a> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1366 | </li> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 1367 | |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1368 | <li> |
| Scott Main | 33e499e | 2012-11-16 08:54:27 -0800 | [diff] [blame] | 1369 | <a href="<?cs var:toroot ?>training/articles/perf-jni.html" |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1370 | description= |
| 1371 | "How to efficiently use the Java Native Interface with the Android NDK." |
| 1372 | >JNI Tips</a> |
| 1373 | </li> |
| Dirk Dougherty | d589421 | 2012-11-28 18:53:10 -0800 | [diff] [blame] | 1374 | <li> |
| 1375 | <a href="<?cs var:toroot ?>training/articles/smp.html" |
| 1376 | description= |
| 1377 | "Tips for coding Android apps on symmetric multiprocessor systems." |
| 1378 | >SMP Primer for Android</a> |
| 1379 | </li> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1380 | </ul> |
| 1381 | </li> <!-- end of Performance --> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 1382 | |
| 1383 | |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1384 | |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1385 | <li class="nav-section"> |
| 1386 | <div class="nav-section-header"> |
| 1387 | <a href="<?cs var:toroot ?>training/best-security.html"> |
| 1388 | <span class="small">Best Practices for</span><br/> |
| 1389 | Security & Privacy |
| 1390 | </a> |
| 1391 | </div> |
| 1392 | <ul> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1393 | <li> |
| Scott Main | 33e499e | 2012-11-16 08:54:27 -0800 | [diff] [blame] | 1394 | <a href="<?cs var:toroot ?>training/articles/security-tips.html" |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1395 | description= |
| 1396 | "How to perform various tasks and keep your app's data and your user's data secure." |
| 1397 | >Security Tips</a> |
| 1398 | </li> |
| Scott Main | 0015836 | 2013-01-17 16:58:50 -0800 | [diff] [blame] | 1399 | |
| 1400 | <li> |
| 1401 | <a href="<?cs var:toroot ?>training/articles/security-ssl.html" |
| 1402 | description= |
| 1403 | "How to ensure that your app is secure when performing network transactions." |
| 1404 | >Security with HTTPS and SSL</a> |
| 1405 | </li> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 1406 | |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1407 | <li class="nav-section"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1408 | <div class="nav-section-header"> |
| 1409 | <a href="<?cs var:toroot ?>training/enterprise/index.html" |
| 1410 | description= |
| 1411 | "How to implement device management policies for enterprise-oriented apps." |
| 1412 | >Developing for Enterprise</a> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1413 | </div> |
| 1414 | <ul> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1415 | <li><a href="<?cs var:toroot ?>training/enterprise/device-management-policy.html"> |
| 1416 | Enhancing Security with Device Management Policies |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1417 | </a> |
| 1418 | </li> |
| 1419 | </ul> |
| 1420 | </li> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1421 | </ul> |
| 1422 | </li> |
| 1423 | <!-- End security and user info --> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1424 | |
| quddusc | 2ef3952 | 2013-06-21 16:49:46 -0700 | [diff] [blame] | 1425 | <li class="nav-section"> |
| 1426 | <div class="nav-section-header"> |
| 1427 | <a href="<?cs var:toroot ?>training/testing.html"> |
| 1428 | <span class="small">Best Practices for</span><br/> |
| 1429 | Testing |
| 1430 | </a> |
| 1431 | </div> |
| 1432 | <ul> |
| 1433 | <li class="nav-section"> |
| 1434 | <div class="nav-section-header"><a href="<?cs var:toroot ?>training/activity-testing/index.html" |
| 1435 | description="How to test Activities in your Android applications."> |
| 1436 | Testing Your Activity |
| 1437 | </a></div> |
| 1438 | <ul> |
| 1439 | <li><a href="<?cs var:toroot ?>training/activity-testing/preparing-activity-testing.html"> |
| 1440 | <span class="en">Setting Up Your Test Environment</span> |
| 1441 | </a> |
| 1442 | </li> |
| 1443 | <li><a href="<?cs var:toroot ?>training/activity-testing/activity-basic-testing.html"> |
| 1444 | <span class="en">Creating and Running a Test Case</span> |
| 1445 | </a> |
| 1446 | </li> |
| 1447 | <li><a href="<?cs var:toroot ?>training/activity-testing/activity-ui-testing.html"> |
| 1448 | <span class="en">Testing UI Components</span> |
| 1449 | </a> |
| 1450 | </li> |
| 1451 | <li><a href="<?cs var:toroot ?>training/activity-testing/activity-unit-testing.html"> |
| 1452 | <span class="en">Creating Unit Tests</span> |
| 1453 | </a> |
| 1454 | </li> |
| 1455 | <li><a href="<?cs var:toroot ?>training/activity-testing/activity-functional-testing.html"> |
| 1456 | <span class="en">Creating Functional Tests</span> |
| 1457 | </a> |
| 1458 | </li> |
| 1459 | </ul> |
| 1460 | </li> |
| 1461 | </ul> |
| 1462 | </li> |
| 1463 | <!-- End best Testing --> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1464 | |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1465 | <li class="nav-section"> |
| 1466 | <div class="nav-section-header"> |
| 1467 | <a href="<?cs var:toroot ?>training/distribute.html"> |
| 1468 | <span class="small">Using Google Play to</span><br/> |
| 1469 | Distribute & Monetize |
| 1470 | </a> |
| 1471 | </div> |
| 1472 | <ul> |
| Quddus Chong | 768dba6 | 2012-12-08 17:06:30 -0800 | [diff] [blame] | 1473 | <li class="nav-section"> |
| 1474 | <div class="nav-section-header"><a href="<?cs var:toroot ?>training/in-app-billing/index.html" |
| 1475 | description="How to sell in-app products from your application using In-app Billing."> |
| 1476 | Selling In-app Products |
| 1477 | </a></div> |
| 1478 | <ul> |
| 1479 | <li><a href="<?cs var:toroot ?>training/in-app-billing/preparing-iab-app.html"> |
| 1480 | <span class="en">Preparing Your App</span> |
| 1481 | </a> |
| 1482 | </li> |
| 1483 | <li><a href="<?cs var:toroot ?>training/in-app-billing/list-iab-products.html"> |
| 1484 | <span class="en">Establishing Products for Sale</span> |
| 1485 | </a> |
| 1486 | </li> |
| 1487 | <li><a href="<?cs var:toroot ?>training/in-app-billing/purchase-iab-products.html"> |
| 1488 | <span class="en">Purchasing Products</span> |
| 1489 | </a> |
| 1490 | </li> |
| 1491 | <li><a href="<?cs var:toroot ?>training/in-app-billing/test-iab-app.html"> |
| 1492 | <span class="en">Testing Your App</span> |
| 1493 | </a> |
| 1494 | </li> |
| 1495 | </ul> |
| 1496 | </li> |
| Joe Malin | 3ddba7e | 2013-03-04 10:33:30 -0800 | [diff] [blame] | 1497 | |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1498 | <li class="nav-section"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1499 | <div class="nav-section-header"> |
| 1500 | <a href="<?cs var:toroot ?>training/multiple-apks/index.html" |
| 1501 | description= |
| 1502 | "How to publish your app on Google Play with separate APKs that target |
| 1503 | different devices, while using a single app listing." |
| 1504 | >Maintaining Multiple APKs</a> |
| 1505 | </div> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1506 | <ul> |
| 1507 | <li><a href="<?cs var:toroot ?>training/multiple-apks/api.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1508 | Creating Multiple APKs for Different API Levels |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1509 | </a> |
| 1510 | </li> |
| 1511 | <li><a href="<?cs var:toroot ?>training/multiple-apks/screensize.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1512 | Creating Multiple APKs for Different Screen Sizes |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1513 | </a> |
| 1514 | </li> |
| 1515 | <li><a href="<?cs var:toroot ?>training/multiple-apks/texture.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1516 | Creating Multiple APKs for Different GL Textures |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1517 | </a> |
| 1518 | </li> |
| 1519 | <li><a href="<?cs var:toroot ?>training/multiple-apks/multiple.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1520 | Creating Multiple APKs with 2+ Dimensions |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1521 | </a> |
| 1522 | </li> |
| 1523 | </ul> |
| 1524 | </li> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1525 | <li class="nav-section"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1526 | <div class="nav-section-header"> |
| 1527 | <a href="<?cs var:toroot ?>training/monetization/index.html" |
| 1528 | description= |
| 1529 | "How to implement monetization strategies for your app without compromising |
| 1530 | the user experience." |
| 1531 | >Monetizing Your App</a> |
| 1532 | </div> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1533 | <ul> |
| 1534 | <li><a href="<?cs var:toroot ?>training/monetization/ads-and-ux.html"> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1535 | Advertising without Compromising User Experience |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1536 | </a> |
| 1537 | </li> |
| 1538 | </ul> |
| 1539 | </li> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1540 | </ul> |
| 1541 | </li> |
| Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1542 | <!-- End best Publishing --> |
| 1543 | |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1544 | </ul><!-- nav --> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1545 | <script type="text/javascript"> |
| 1546 | <!-- |
| 1547 | buildToggleLists(); |
| 1548 | changeNavLang(getLangPref()); |
| 1549 | //--> |
| 1550 | </script> |