• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

Application/22-Nov-2023-740365

buildSrc/22-Nov-2023-1913

gradle/wrapper/22-Nov-2023-76

screenshots/22-Nov-2023-

CONTRIB.mdD22-Nov-20231.6 KiB3627

LICENSED22-Nov-202331.5 KiB648514

README.mdD22-Nov-20232.3 KiB6947

build.gradleD22-Nov-2023259 119

gradlewD22-Nov-20235 KiB165122

gradlew.batD22-Nov-20232.3 KiB9166

packaging.yamlD22-Nov-2023492 1610

settings.gradleD22-Nov-202322 21

template-params.xmlD22-Nov-20232.4 KiB7348

README.md

1
2Android BasicAccessibility Sample
3===================================
4
5This sample demonstrates how to create an accessible application, using a mix of different widgets
6demonstrating different ways of adding accessibility markup to a UI.
7
8Introduction
9------------
10
11This sample demonstrates how to create an accessible application, showing
12how to add accessibility to both framework and custom widgets.
13
14To run this sample as intended you will need to turn on TalkBack (or another text to speach system)
15on your Android device. Go to Settings > Accessibility > TalkBack to turn TalkBack on.
16
17When you run the sample with TalkBack mode on, TalkBack will read aloud the
18description of the in-focus widget.
19
20Pre-requisites
21--------------
22
23- Android SDK v23
24- Android Build Tools v23.0.0
25- Android Support Repository
26
27Screenshots
28-------------
29
30<img src="screenshots/main.png" height="400" alt="Screenshot"/>
31
32Getting Started
33---------------
34
35This sample uses the Gradle build system. To build this project, use the
36"gradlew build" command or use "Import Project" in Android Studio.
37
38Support
39-------
40
41- Google+ Community: https://plus.google.com/communities/105153134372062985968
42- Stack Overflow: http://stackoverflow.com/questions/tagged/android
43
44If you've found an error in this sample, please file an issue:
45https://github.com/googlesamples/android-BasicAccessibility
46
47Patches are encouraged, and may be submitted by forking this project and
48submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.
49
50License
51-------
52
53Copyright 2014 The Android Open Source Project, Inc.
54
55Licensed to the Apache Software Foundation (ASF) under one or more contributor
56license agreements.  See the NOTICE file distributed with this work for
57additional information regarding copyright ownership.  The ASF licenses this
58file to you under the Apache License, Version 2.0 (the "License"); you may not
59use this file except in compliance with the License.  You may obtain a copy of
60the License at
61
62http://www.apache.org/licenses/LICENSE-2.0
63
64Unless required by applicable law or agreed to in writing, software
65distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
66WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
67License for the specific language governing permissions and limitations under
68the License.
69