• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Android ${sample.name} Sample
2==============================
3
4<!-- Add a short, 1-2 line description of the sample here. -->
5
6Introduction
7------------
8
9<!-- Add a multi-paragraph explanation of the sample and what it's demonstrating here. -->
10
11Pre-requisites
12--------------
13
14<!-- Update as necessary. -->
15- Android SDK v20
16- Android Build Tools v20
17- Android Support Repository
18
19Getting Started
20---------------
21
22This sample uses the Gradle build system. To build this project, use the
23"gradlew build" command or use "Import Project" in Android Studio.
24
25Screenshots
26-----------
27
28<!-- Update these to point to screenshots. Add more as needed. -->
29![Description](screenshots/image1.png) ![Description](screenshots/image2.png)
30
31Support
32-------
33
34- Google+ Community: https://plus.google.com/communities/105153134372062985968
35- Stack Overflow: http://stackoverflow.com/questions/tagged/android
36
37If you've found an error in this sample, please file an issue:
38https://github.com/googlesamples/android-${sample.name}
39
40Patches are encouraged, and may be submitted by forking this project and
41submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.
42
43License
44-------
45
46Copyright 2014 The Android Open Source Project, Inc.
47
48Licensed to the Apache Software Foundation (ASF) under one or more contributor
49license agreements.  See the NOTICE file distributed with this work for
50additional information regarding copyright ownership.  The ASF licenses this
51file to you under the Apache License, Version 2.0 (the "License"); you may not
52use this file except in compliance with the License.  You may obtain a copy of
53the License at
54
55  http://www.apache.org/licenses/LICENSE-2.0
56
57Unless required by applicable law or agreed to in writing, software
58distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
59WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
60License for the specific language governing permissions and limitations under
61the License.
62