All Projects → novoda → Accessibilitools

novoda / Accessibilitools

Licence: other
UI tools to help make your Android app accessible.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Accessibilitools

Playbook Ios
📘A library for isolated developing UI components and automatically taking snapshots of them.
Stars: ✭ 830 (+924.69%)
Mutual labels:  accessibility, a11y
A11y tooltips
Accessible Tooltip Component
Stars: ✭ 35 (-56.79%)
Mutual labels:  accessibility, a11y
Sass A11ycolor
🌈 Generate the nearest accessible color with Sass.
Stars: ✭ 24 (-70.37%)
Mutual labels:  accessibility, a11y
Nextsimplestarter
🐳 Simple and Accessible PWA boilerplate with Nextjs 10 + React Hooks
Stars: ✭ 744 (+818.52%)
Mutual labels:  accessibility, a11y
Wheelmap
♿️ Source code of classic wheelmap.org (deprecated)
Stars: ✭ 47 (-41.98%)
Mutual labels:  open-source, accessibility
Pa11y Dashboard
Pa11y Dashboard is a web interface which helps you monitor the accessibility of your websites
Stars: ✭ 787 (+871.6%)
Mutual labels:  accessibility, a11y
Aosp.changelog.to
Generates a change log between different aosp tags. Based on the wonderful work of @alsutton
Stars: ✭ 12 (-85.19%)
Mutual labels:  novoda, open-source
Reakit
Toolkit for building accessible rich web apps with React
Stars: ✭ 5,265 (+6400%)
Mutual labels:  accessibility, a11y
Chakra Ui Vue
⚡️ Build scalable and accessible Vue.js applications with ease.
Stars: ✭ 993 (+1125.93%)
Mutual labels:  accessibility, a11y
Contrast Finder
Contrast-Finder finds correct color contrasts (background / foreground) for web accessibility (a11y, WCAG, RGAA). https://app.contrast-finder.org
Stars: ✭ 38 (-53.09%)
Mutual labels:  accessibility, a11y
Bonfire Firebase Sample
An app to discuss your favourite emojis. This is a sample app built with Firebase.
Stars: ✭ 564 (+596.3%)
Mutual labels:  novoda, open-source
Vue A11y Dialog
Vue.js component for a11y-dialog
Stars: ✭ 65 (-19.75%)
Mutual labels:  accessibility, a11y
Spikes
Where ideas & concepts are born & incubated
Stars: ✭ 540 (+566.67%)
Mutual labels:  novoda, open-source
Awesome A11y
A curate list about A11Y ♿️
Stars: ✭ 1,210 (+1393.83%)
Mutual labels:  accessibility, a11y
Merlin
Observes network connection status & gives callbacks
Stars: ✭ 536 (+561.73%)
Mutual labels:  novoda, open-source
Axegrinder
Crawl websites for accessibility issues from the command line.
Stars: ✭ 12 (-85.19%)
Mutual labels:  accessibility, a11y
Download Manager
A library that handles long-running downloads, handling the network interactions and retrying downloads automatically after failures
Stars: ✭ 482 (+495.06%)
Mutual labels:  novoda, open-source
A11y Style Guide
Accessibility (A11Y) Style Guide
Stars: ✭ 493 (+508.64%)
Mutual labels:  accessibility, a11y
Novoda
Common things for all Novoda's open source projects
Stars: ✭ 37 (-54.32%)
Mutual labels:  novoda, open-source
Van11y Accessible Tab Panel Aria
ES2015 accessible tabs panel system, using ARIA
Stars: ✭ 58 (-28.4%)
Mutual labels:  accessibility, a11y

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].