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