From the course: Android App Development: Accessibility

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Accessibility testing overview

Accessibility testing overview - Android Tutorial

From the course: Android App Development: Accessibility

Start my 1-month free trial

Accessibility testing overview

- [Instructor] Building the application goes through many different phases of design, engineering, and quality assurance. As you've seen earlier, accessibility problems can come from all these phases of development. The later in the process you catch these problems, the more costly it becomes. In reality, we can multiply these problems and it can easily become unmanageable. We can minimize the number of problems by attacking it from different angles. First, you must create awareness and train all areas to prevent mistakes and follow best practices. This course was, in fact, designed to educate people in these three areas and serve as a tool in this process, so you can use it as the first step. Second, you can prevent a lot of mistakes while coding by using static analysis tools. Android Lint, for example, also checks for some common accessibility problems that will greatly help you with this. Now, before you shape your app, you can add another layer of analysis. Dynamic analysis…

Contents