blob: 4657c4c3dfab43ed4c6ab4f48a96bad9e9528e0b (
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
|
<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 support library APIs. See:
<ol>
<li> <a href="com.example.android.supportv4.app">sdk.app</a> for examples
of using the application package support APIs.
</ol>
</p>
</body>
</html>
|