OSDN Git Service

AndroidU lesson on designing for multiple screens.
authorScott Main <smain@google.com>
Sat, 10 Dec 2011 01:27:21 +0000 (17:27 -0800)
committerScott Main <smain@google.com>
Tue, 13 Dec 2011 01:13:31 +0000 (17:13 -0800)
commit801fda548c719a8618e7f4cd64cad8404b0970b9
tree9f3cb3bd6e293d8a5f9371ad9c351161fc4a23b3
parent89c3bc38421a3f01b39f0246e53884bdf8b14415
AndroidU lesson on designing for multiple screens.

This change adds the text for the AndroidU lesson "Designing for Multiple
Screens", which shows how to write applications that adapt properly
to screen size, density and orientation for maximum compatibility.
Update makefile and resources-data.js for rendering source in HTML
Add ZIP file for sample

Change-Id: I671bb3063d5bf02681bc547ffe5262a9df22037a
14 files changed:
Android.mk
docs/html/images/training/button.png [new file with mode: 0755]
docs/html/images/training/button_with_marks.png [new file with mode: 0755]
docs/html/images/training/buttons_stretched.png [new file with mode: 0755]
docs/html/images/training/layout-hvga.png [new file with mode: 0644]
docs/html/images/training/relativelayout1.png [new file with mode: 0644]
docs/html/images/training/relativelayout2.png [new file with mode: 0644]
docs/html/resources/resources-data.js
docs/html/resources/samples/images/NewsReader.png [new file with mode: 0644]
docs/html/shareables/training/NewsReader.zip [new file with mode: 0644]
docs/html/training/multiscreen/adaptui.jd [new file with mode: 0644]
docs/html/training/multiscreen/index.jd [new file with mode: 0644]
docs/html/training/multiscreen/screendensities.jd [new file with mode: 0644]
docs/html/training/multiscreen/screensizes.jd [new file with mode: 0644]