Kotlin Mastery
Open main menu
Home
About
Daily Quiz
Login
Loading...
Accessibility
1
What types of disabilities do you accommodate in your app in order to ensure accessibility?
2
How do make sure your app is accessible?
3
Can you provide some examples of implementing Accessibilty on a typical Android Activity?
4
What will happen when the user enables Talk Back and come across this view?
5
What happens when a ListView or RecyclerView item is requested to be read by TalkBack?
6
<p>What is <strong>android:accessibilityHeading</strong> label used for?</p>
7
<p>When would you use <i><strong>android:accessibilityPaneTitle</strong></i> ?</p>
8
Imagine you've developed a feature that requires users to drag and drop items. How would you make this feature accessible to users with disabilities?
9
If user has to tap & hold a view to delete it, how would you make it known to a vision impaired user?
10
How do you test Accessibility of your app?
11
How do you add accessibility in Jetpack Compose?