? THIS REPOSITORY IS OFFICIALLY NO LONGER UNDER MAINTENANCE since 10/02/2022 ?
accessibilitools
EZ tools to help make your app accessible.
Description
This is a library of utility classes and methods to help you develop accessible Android apps.
It contains a set of accessibility-related classes that are common to our projects:
AccessibilityServices
- check which services are currently enabled, by type (e.g. spoken feedback)Actions
- an abstraction around actions that can be performed on a UI element to implement custom accessibility actions
Adding to your project
To start using this library, add these lines to the build.gradle
of your project:
repositories {
jcenter()
}
dependencies {
compile 'com.novoda:accessibilitools:<latest-version>'
}
Simple usage
As accessibilitools is a library of utility classes and methods, usage and examples can be found in the Github Wiki.
Links
Here are a list of useful links:
- We always welcome people to contribute new features or bug fixes, here is how
- If you have a problem check the Issues Page first to see if we are working on it
- For further usage or to delve more deeply checkout the Project Wiki