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