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.

Remove extra accessibility focus

Remove extra accessibility focus - Android Tutorial

From the course: Android App Development: Accessibility

Start my 1-month free trial

Remove extra accessibility focus

- [Instructor] In our sample app, let's go to the cards activity. - [Female Voice] Cards button. Double tap to activate. Cards. - [Instructor] Let's take a look at the current behavior of the cards. - [Female Voice] Jane Doe, two days ago. Brazil, beautiful place. In list three items. More options for Jane Doe's post button. Like Jane Doe's post button. Comment on Jane Doe. Favorite Jane Doe's post button. Share Jane Doe's post button. Double tap to activate. - [Instructor] As you can see, right now the user needs to go through all of these buttons before going to the next card. The work that we did before was very good because we made all of these buttons unique. But then we created this additional problem which forces the user to focus on many different views before going to the next card. So what we wanna do here is to actually hide these buttons and make them available as accessibility actions so the user can focus card by card rather than card then buttons then card. So on…

Contents