Find sample code

    This page describes how to access and use the high-quality, Google-provided Android code samples.For information about templates, see.

    • Select File > New > Import Sample.
    • When you find a sample that interests you, highlight it and take a look at the preview.
    • If you want to import it as a project, click Next and then Finish.
      Figure 1. Browse Samples dialog with sample highlighted in the left column and previewed in the right column.

    Inline from the editor

    The Code Sample Browser in Android Studio helps you find Android code samples basedon the currently highlighted symbol in your project.

    • In your code, highlight a variable, type, or method.
    • In the left pane of the tool window, select a sample.

    • Then, scroll through the right pane to find highlighted code lines that are used in the selected sample.Find sample code - 图1
      Figure 2. The Code Sample Browser.