Skip to content

Commit 37191e1

Browse files
scottamainAndroid Git Automerger
authored andcommitted
am 801fda5: AndroidU lesson on designing for multiple screens.
* commit '801fda548c719a8618e7f4cd64cad8404b0970b9': AndroidU lesson on designing for multiple screens.
2 parents 3ab6300 + 801fda5 commit 37191e1

File tree

14 files changed

+860
-0
lines changed

14 files changed

+860
-0
lines changed

Android.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,8 @@ web_docs_sample_code_flags := \
448448
resources/samples/MultiResolution "Multiple Resolutions" \
449449
-samplecode $(sample_dir)/NFCDemo \
450450
resources/samples/NFCDemo "NFC Demo" \
451+
-samplecode $(sample_dir)/training/multiscreen/newsreader \
452+
resources/samples/newsreader "News Reader" \
451453
-samplecode $(sample_dir)/NotePad \
452454
resources/samples/NotePad "Note Pad" \
453455
-samplecode $(sample_dir)/SpellChecker/SampleSpellCheckerService \
720 Bytes
Loading
3.32 KB
Loading
1.58 KB
Loading
132 KB
Loading
4.33 KB
Loading
7.08 KB
Loading

docs/html/resources/resources-data.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,16 @@ var ANDROID_RESOURCES = [
557557
en: 'A sample application that shows how to use resource directory qualifiers to provide different resources for different screen configurations.'
558558
}
559559
},
560+
{
561+
tags: ['sample', 'new', 'bestpractices'],
562+
path: 'samples/newsreader/index.html',
563+
title: {
564+
en: 'News Reader'
565+
},
566+
description: {
567+
en: 'A sample app demonstrating best practices to support multiple screen sizes and densities.'
568+
}
569+
},
560570
{
561571
tags: ['sample', 'data'],
562572
path: 'samples/NFCDemo/index.html',
179 KB
Loading
327 KB
Binary file not shown.

0 commit comments

Comments
 (0)