|
111 | 111 | * {@link android.R.styleable#AndroidManifestActivity <activity>} |
112 | 112 | * declaration in their package's <code>AndroidManifest.xml</code>.</p> |
113 | 113 | * |
114 | | - * <p>The Activity class is an important part of an application's overall lifecycle, |
115 | | - * and the way activities are launched and put together is a fundamental |
116 | | - * part of the platform's application model. For a detailed perspective on the structure of an |
117 | | - * Android application and how activities behave, please read the |
118 | | - * <a href="{@docRoot}guide/topics/fundamentals.html">Application Fundamentals</a> and |
119 | | - * <a href="{@docRoot}guide/topics/fundamentals/tasks-and-back-stack.html">Tasks and Back Stack</a> |
120 | | - * documents.</p> |
121 | | - * |
122 | | - * <p>You can also find a detailed discussion about how to create activities in the |
123 | | - * <a href="{@docRoot}guide/topics/fundamentals/activities.html">Activities</a> |
124 | | - * document.</p> |
125 | | - * |
126 | 114 | * <p>Topics covered here: |
127 | 115 | * <ol> |
128 | 116 | * <li><a href="#Fragments">Fragments</a> |
|
133 | 121 | * <li><a href="#Permissions">Permissions</a> |
134 | 122 | * <li><a href="#ProcessLifecycle">Process Lifecycle</a> |
135 | 123 | * </ol> |
136 | | - * |
| 124 | + * |
| 125 | + * <div class="special reference"> |
| 126 | + * <h3>Developer Guides</h3> |
| 127 | + * <p>The Activity class is an important part of an application's overall lifecycle, |
| 128 | + * and the way activities are launched and put together is a fundamental |
| 129 | + * part of the platform's application model. For a detailed perspective on the structure of an |
| 130 | + * Android application and how activities behave, please read the |
| 131 | + * <a href="{@docRoot}guide/topics/fundamentals.html">Application Fundamentals</a> and |
| 132 | + * <a href="{@docRoot}guide/topics/fundamentals/tasks-and-back-stack.html">Tasks and Back Stack</a> |
| 133 | + * developer guides.</p> |
| 134 | + * |
| 135 | + * <p>You can also find a detailed discussion about how to create activities in the |
| 136 | + * <a href="{@docRoot}guide/topics/fundamentals/activities.html">Activities</a> |
| 137 | + * developer guide.</p> |
| 138 | + * </div> |
| 139 | + * |
137 | 140 | * <a name="Fragments"></a> |
138 | 141 | * <h3>Fragments</h3> |
139 | 142 | * |
|
0 commit comments