Screen Title
Any screen within a navigation flow should have a title assigned to be announced by TalkBack.
Supported within:
Impact
People using TalkBack are most affected as screens without a title will not be announced, potentially leaving your audience a bit lost in the flow.
Confirmation
- Turn on TalkBack
- Open the application
- One of the following will happen:
- Inaccessible: TalkBack announces only the application name.
- Accessible: TalkBack announces the screen's title instead of the application name.
How to Fix
Set the screen's title within the Activity
.
Activity.this.setTitle(...);