Home | History | Annotate | only in /developers/samples/android/ui/accessibility/BasicAccessibility
Up to higher level directory
NameDateSize
Application/23-Apr-2015
build.gradle23-Apr-2015259
buildSrc/23-Apr-2015
CONTRIB.md23-Apr-20151.6K
gradle/23-Apr-2015
gradlew23-Apr-20155K
gradlew.bat23-Apr-20152.3K
LICENSE23-Apr-201511.1K
packaging.yaml23-Apr-2015492
README.md23-Apr-20151.7K
screenshots/23-Apr-2015
settings.gradle23-Apr-201522
template-params.xml23-Apr-20152.4K

README.md

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