Home | History | Annotate | only in /developers/build/prebuilts/gradle/NavigationDrawer/kotlinApp
Up to higher level directory
NameDateSize
.google/21-Aug-2018
Application/21-Aug-2018
build.gradle21-Aug-2018548
CONTRIB.md21-Aug-20181.6K
gradle/21-Aug-2018
gradlew21-Aug-20185K
gradlew.bat21-Aug-20182.3K
README.md21-Aug-20181.7K
settings.gradle21-Aug-201822

README.md

      1 
      2 Android Navigation Drawer Sample (Kotlin)
      3 =========================================
      4 
      5 This example illustrates a common usage of the DrawerLayout widget in the Android
      6 support library.
      7 
      8 Pre-requisites
      9 --------------
     10 
     11 - Android SDK 27
     12 - Android Support Repository
     13 
     14 Getting Started
     15 ---------------
     16 
     17 This sample uses the Gradle build system. To build this project, use the
     18 "gradlew build" command or use "Import Project" in Android Studio.
     19 
     20 Support
     21 -------
     22 
     23 - Google+ Community: https://plus.google.com/communities/105153134372062985968
     24 - Stack Overflow: http://stackoverflow.com/questions/tagged/android
     25 
     26 If you've found an error in this sample, please file an issue:
     27 https://github.com/googlesamples/android-NavigationDrawer
     28 
     29 Patches are encouraged, and may be submitted by forking this project and
     30 submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.
     31 
     32 License
     33 -------
     34 
     35 Copyright 2018 The Android Open Source Project, Inc.
     36 
     37 Licensed to the Apache Software Foundation (ASF) under one or more contributor
     38 license agreements.  See the NOTICE file distributed with this work for
     39 additional information regarding copyright ownership.  The ASF licenses this
     40 file to you under the Apache License, Version 2.0 (the "License"); you may not
     41 use this file except in compliance with the License.  You may obtain a copy of
     42 the License at
     43 
     44 http://www.apache.org/licenses/LICENSE-2.0
     45 
     46 Unless required by applicable law or agreed to in writing, software
     47 distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
     48 WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
     49 License for the specific language governing permissions and limitations under
     50 the License.
     51