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