docs: move articles into group directory
Change-Id: If90f5ac284d8df16b830d5744fbd684e5b1b34e3
This commit is contained in:
@@ -775,7 +775,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="<?cs var:toroot ?>training/perf-tips.html"
|
<a href="<?cs var:toroot ?>training/articles/perf-tips.html"
|
||||||
description=
|
description=
|
||||||
"How to optimize your app's performance in various ways to improve its
|
"How to optimize your app's performance in various ways to improve its
|
||||||
responsiveness and battery efficiency."
|
responsiveness and battery efficiency."
|
||||||
@@ -851,7 +851,7 @@
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="<?cs var:toroot ?>training/perf-anr.html"
|
<a href="<?cs var:toroot ?>training/articles/perf-anr.html"
|
||||||
description=
|
description=
|
||||||
"How to keep your app responsive to user interaction so the UI does not lock-up and
|
"How to keep your app responsive to user interaction so the UI does not lock-up and
|
||||||
display an "Application Not Responding" dialog."
|
display an "Application Not Responding" dialog."
|
||||||
@@ -859,7 +859,7 @@
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="<?cs var:toroot ?>training/perf-jni.html"
|
<a href="<?cs var:toroot ?>training/articles/perf-jni.html"
|
||||||
description=
|
description=
|
||||||
"How to efficiently use the Java Native Interface with the Android NDK."
|
"How to efficiently use the Java Native Interface with the Android NDK."
|
||||||
>JNI Tips</a>
|
>JNI Tips</a>
|
||||||
@@ -879,7 +879,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="<?cs var:toroot ?>training/security-tips.html"
|
<a href="<?cs var:toroot ?>training/articles/security-tips.html"
|
||||||
description=
|
description=
|
||||||
"How to perform various tasks and keep your app's data and your user's data secure."
|
"How to perform various tasks and keep your app's data and your user's data secure."
|
||||||
>Security Tips</a>
|
>Security Tips</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user