From 3aeb81c3ace8afa16bb6693ffbb0f4144ef096e0 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Wed, 9 Dec 2015 15:20:13 -0800 Subject: [PATCH] docs: Note that templates use support library objects Per request, noted that project templates use support library objects, and explained that (e.g.) this means they can provide material design features on older devices. See first comment for doc stage locaton. bug: 25973575 Change-Id: I9e21d4257583c03bbba5cfa309cbe6fe1f91e600 --- docs/html/tools/projects/templates.jd | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/html/tools/projects/templates.jd b/docs/html/tools/projects/templates.jd index 002e2c5acf5b6..676ca5056d558 100644 --- a/docs/html/tools/projects/templates.jd +++ b/docs/html/tools/projects/templates.jd @@ -1,6 +1,6 @@ page.title=Using Code Templates page.image=images/cards/card-using-code-templates_16x9_2x.png -page.metaDescription=Quickly create Android app projects with various UI or functional components. +page.metaDescription=Quickly create Android app projects with various UI or functional components. page.tags=studio,templates,firstapp @jd:body @@ -29,7 +29,6 @@ page.tags=studio,templates,firstapp -

The SDK tools provide templates for quickly creating Android application projects with the basic structure or for adding components to your existing application modules. The code templates provided by the Android SDK follow the Android design and development guidelines to get you on the @@ -45,6 +44,18 @@ page.tags=studio,templates,firstapp

  • Other Templates
  • +

    + The templates use support library objects + if such objects are available. The support library objects make new features + available on the widest range of platforms. For example, since the templates + use the appcompat + library, apps based on the templates use material design user interface + principles even if they are running on older Android devices that do not + directly support material design. +

    Application Templates