Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

novoda/accessibilitools

Repository files navigation

🛑 THIS REPOSITORY IS OFFICIALLY NO LONGER UNDER MAINTENANCE since 10/02/2022 🛑

accessibilitools Build Download License

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

About

UI tools to help make your Android app accessible.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 12

Languages