Skip to main content
Logo Appt Light

Rich text

Rich text

Candy canes tart marshmallow tiramisu muffin halvah wafer apple pie.

Heading 3

Candy canes tart marshmallow tiramisu muffin halvah wafer apple pie.

Heading 4

Candy canes tart marshmallow tiramisu muffin halvah wafer apple pie.

Heading 5

Candy canes tart marshmallow tiramisu muffin halvah wafer apple pie.

Heading 6

Candy canes tart marshmallow tiramisu muffin halvah wafer apple pie.

Paragraphs

Halvah tiramisu powder soufflé apple pie. Powder candy jelly icing candy canes pudding. Gingerbread pie cookie cake icing cake sugar plum. Sugar plum cake tiramisu soufflé bear claw sugar plum cake halvah.

Dragée dragée brownie marshmallow candy canes. Halvah pudding jelly-o sweet roll brownie danish chupa chups icing. Soufflé brownie soufflé ice cream macaroon tootsie roll gummies chocolate bar. Soufflé marshmallow gummies bonbon pastry chocolate bar topping sweet roll.

Soufflé lemon drops oat cake chocolate brownie. Fruitcake croissant powder oat cake macaroon jelly beans croissant. Lollipop halvah carrot cake pastry ice cream.

Styles

Bold

Italic

Underline

Code

Links & buttons

Internal link

External link

Primary button

Secondary button

Primary button extern

Secondary button extern

Een internal link in een tekst en een external link in een tekst.

Een internal code link in een tekst en een external code link in een tekst.

Link list - highlighted

  • Android logo (light)

    Android accessibility

    Android has an accessibility layer that helps users to navigate their Android devices more easily. By integrating accessibility features, you can improve your app's usability, particularly for users with disabilities.

    Learn about Android accessibility
  • iOS logo (light)

    iOS accessibility

    iOS has built-in accessibility features, accessibility APIs, and developer tools which provide an extraordinary opportunity to deliver a superior mobile experience to every user, including those with disabilities.

    Learn about iOS accessibility
  • Flutter logo (light)

    Flutter accessibility

    Flutter is committed to supporting developers in making their apps more accessible. It has built-in support for accessibility features provided by the underlying operating system.

    Learn about Flutter accessibility
  • React Native logo (light)

    React Native accessibility

    React Native has accessibility APIs which let your app accommodate all users. You can integrate apps with assistive technologies like the screen readers VoiceOver and TalkBack.

    Learn about React Native accessibility
  • Xamarin logo (light)

    Xamarin accessibility

    Xamarin has features to create apps which work well with accessibility features such as large type, high contrast, zoom in, screen reading, visual or haptic feedback cues, and alternative input methods.

    Learn about Xamarin accessibility

Link list - regular

Unordered list

  • List item 1

  • List item 2

Ordered list

  1. List item 1

  2. List item 2

Video

4K test

Image

Logo Appt Light

Code sample

On Android, you can use the contentDescription attribute to set an accessibility label.

You can also pass any kind of Span for greater control over pronunciation. For example, you can set a language by using LocaleSpan.

If another element is used to display the label, you can link the label by using the labelFor attribute.

// Set accessibility label
element.contentDescription = "Appt"

// Set accessibility label in Dutch language
val locale = Locale.forLanguageTag("nl-NL")
val localeSpan = LocaleSpan(locale)

val string = SpannableString("Appt")
string.setSpan(localeSpan, 0, string.length, Spanned.SPAN_INCLUSIVE_INCLUSIVE)

element.contentDescription = localeSpan

// Link visual label to field
textView.setLabelFor(R.id.editText)

Two column blocks

4K test

Cupcake ipsum

Gummi bears danish marshmallow biscuit brownie dessert topping. Sugar plum gummi bears cupcake bear claw cotton candy lollipop gummi bears liquorice. Cheesecake macaroon cake dragée jelly beans.

  • Liquorice croissant

  • Biscuit dessert tootsie roll

  • Marshmallow tart bonbon cupcake sweet.

Accessibility - no thumbnail

Cupcake ipsum

Gummi bears danish marshmallow biscuit brownie dessert topping. Sugar plum gummi bears cupcake bear claw cotton candy lollipop gummi bears liquorice. Cheesecake macaroon cake dragée jelly beans.

  • Liquorice croissant

  • Biscuit dessert tootsie roll

  • Marshmallow tart bonbon cupcake sweet.

VoiceOver training

In deze video kun je zien hoe je VoiceOver gebaren kunt oefenen met de Appt app. Download de app gratis op appt.nl/app

VoiceOver training video
Johan

Do not make the mistake of treating accessibility solely as a technical issue. Every team member plays a role and has his or her own responsibility. Design and development should go hand in hand.

Johan Huijkman

Accessibility engineer at tech agency Q42

Johan Huijkman
Johan

Do not make the mistake of treating accessibility solely as a technical issue. Every team member plays a role and has his or her own responsibility. Design and development should go hand in hand.

Johan Huijkman

Accessibility engineer at tech agency Q42

Johan Huijkman

Quote block

Johan

Do not make the mistake of treating accessibility solely as a technical issue. Every team member plays a role and has his or her own responsibility. Design and development should go hand in hand.

Johan Huijkman

Accessibility engineer at tech agency Q42

Johan Huijkman

Percentage block - percentage

36.17%

have turned on dark mode.

36.17%

have turned on dark mode.

36.17%

have turned on dark mode.

Percentage block - bar chart

The most commonly used accessibility feature is text size adjustment. The accessibility research looked at all phone settings and why people activate them.

We have listed the results below, including an extrapolation to the entire Dutch population.

  • Day

    55.59%

  • Twilight

    19.84%

  • Night

    12%

The most commonly used accessibility feature is text size adjustment. The accessibility research looked at all phone settings and why people activate them.

We have listed the results below, including an extrapolation to the entire Dutch population.

  • Day

    55.59%

  • Twilight

    19.84%

  • Night

    12%

The most commonly used accessibility feature is text size adjustment. The accessibility research looked at all phone settings and why people activate them.

We have listed the results below, including an extrapolation to the entire Dutch population.

  • Day

    55.59%

  • Twilight

    19.84%

  • Night

    12%

Feedback?

Let us know!