1 <html> 2 <head> 3 <link rel="stylesheet" type="text/css" href="assets/style.css" /> 4 <script type="text/javascript" src="http://www.corp.google.com/style/prettify.js"></script> 5 <script src="http://www.corp.google.com/eng/techpubs/include/navbar.js" type="text/javascript"></script> 6 7 8 9 </head> 10 11 <body> 12 13 <p> 14 Examples of how to use the android platform APIs. See: 15 16 <ol> 17 <li> <a href="com.android.sdk.app">sdk.app</a> for examples 18 of using the android.app APIs. 19 <li> <a href="com.android.sdk.view">sdk.view</a> for examples 20 of using the android.view APIs. 21 </ol> 22 </p> 23 24 25 </body> 26 </html> 27