diff options
| author | Scott Main <smain@google.com> | 2010-10-08 15:55:40 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2010-10-08 15:55:40 -0700 |
| commit | 7bfac24dcb5ec532b822507816929931e5e19002 (patch) | |
| tree | ff054e9be7f4ea4f4ebdea9a04adf10dabe5f2a2 /docs/html/guide/guide_toc.cs | |
| parent | 4216c3c3f75c6bd7ffa9a9279961f9ea6aa57635 (diff) | |
| parent | d7170b2a68dc9b9df6de9b063d25ff0ec20c86c4 (diff) | |
| download | frameworks_base-7bfac24dcb5ec532b822507816929931e5e19002.zip frameworks_base-7bfac24dcb5ec532b822507816929931e5e19002.tar.gz frameworks_base-7bfac24dcb5ec532b822507816929931e5e19002.tar.bz2 | |
am d7170b2a: am 65e62f4f: docs: new web apps dev guides
Merge commit 'd7170b2a68dc9b9df6de9b063d25ff0ec20c86c4' into gingerbread-plus-aosp
* commit 'd7170b2a68dc9b9df6de9b063d25ff0ec20c86c4':
docs: new web apps dev guides
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
| -rw-r--r-- | docs/html/guide/guide_toc.cs | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 43a5e8d..7f2483c 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -451,6 +451,25 @@ </li> <li> + <h2><span class="en">Web Applications</span> + </h2> + <ul> + <li><a href="<?cs var:toroot ?>guide/webapps/targetting.html"> + <span class="en">Targetting Android Devices</span> + </a> <span class="new">new!</span></li> + <li><a href="<?cs var:toroot ?>guide/webapps/webview.html"> + <span class="en">Building Web Apps in WebView</span> + </a> <span class="new">new!</span></li> + <li><a href="<?cs var:toroot ?>guide/webapps/debugging.html"> + <span class="en">Debugging Web Apps</span> + </a> <span class="new">new!</span></li> + <li><a href="<?cs var:toroot ?>guide/webapps/best-practices.html"> + <span class="en">Best Practices for Web Apps</span> + </a> <span class="new">new!</span></li> + </ul> + </li> + + <li> <h2><span class="en">Appendix</span> <span class="de" style="display:none">Anhang</span> <span class="es" style="display:none">Apéndice</span> |
