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.

Handle Single Activity layouts

Handle Single Activity layouts - Android Tutorial

From the course: Android App Development: Accessibility

Start my 1-month free trial

Handle Single Activity layouts

- [Instructor] One common pattern that a lot of developers use on Android is to avoid creating too many activities and rely on managing multiple fragments inside a single activity. However, this creates a problem for accessibility services. Let's take a look at the single activity example in our app. With TalkBack enabled, go ahead and select the Single Activity button. - [Phone Voice] Single Activity button. Single Activity. - [Instructor] When I select an item in this list, a detail view will open. - [Phone Voice] Option 4 and list 20 items. - [Instructor] Note that I can still navigate to the items behind this fragment overlay. - [Phone Voice] Option 3, Option 2, double-tap to activate. - [Instructor] The reason why it behaves like that is because fragments were originally created to support larger screens such as tablets in a multi-pin UI environment, where you would have, for example, a ListView on the left and the DetailView on the right. E-mail apps are examples of this…

Contents