From 384d099c23885b85fa48fa27046bf24a33cbc4a3 Mon Sep 17 00:00:00 2001 From: Poli97 Date: Sun, 5 Apr 2020 20:02:36 +0200 Subject: [PATCH] Add Readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b137891..cf3d17c1 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ - +In this project there are shown six micro applications that show how to implement accessibility functions both in a native way (with Android Studio in Java for Android and with Xcode in Swift for iOS) and in a cross-platform way using Xamarin in C#. +The Accessibility functions that are shown in the micro apps are: +- AccessibilityName: show how to specify attributes that contribute to form the text-to-announce +- AccessibilitySpeech: show how to read a text with the screen-reader TTS +- AccessibleView: show how to set a listener for accessibility events (e.g an interface object acquires or loses the focus) +- ChangeFocus: show how to assign the accessibility focus to a user interface object +- FocusOrder: show how to programmatically change the accessibility focus order +- HideFocus: show how to specify wheter a user interface object shouldn't receive the accessibility focus -- 2.18.1