How can visually impaired people control mobile programs with screen readers when they run them with XAMARIN?

fatih uyanık 120 Reputation points
2024-02-26T06:56:25.3533333+00:00

Hello masters I am visually impaired and I am very interested in software development. I have previously worked and learned on desktop applications with .net C# architecture. Now I want to learn the mobile side with Visual Studio using XAMARIN. My problem is, when I ran my work in desktop programming, I could directly check the output and test it without any problems. It is necessary to test using an emulator on mobile. At this point, I cannot directly review and read it with the screen reader I use. I think I need to run the tests with the TalkBack application used on mobile. It wastes a lot of time to check my work over the device every time. In this regard, how should I configure the emulator? How can I overcome this problem? I request your support in this matter. Thank you everyone in advance.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,366 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,092 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Leon Lu (Shanghai Wicresoft Co,.Ltd.) 77,181 Reputation points Microsoft Vendor
    2024-02-27T06:41:21.5466667+00:00

    Hello,

    If you want to enable the Accessibility in the android emulator.

    The emulators don't contain Talkback by default. You need to install an Emulator with Google Play then Download and Install the Android Accessibility Suite app.

    Firstly, before you create an emulator, you need to open the Android SDKs and Tools(Click the Tools tab>then choose Android selection-> then click the Android SDK Manager..), If you create an android emulator with API 34, you can expand the Android SDK Platform 34 selection and make sure Google APIs Intel x86_64 Atom system Image and Google play Intel X86_64 Atom system Image selected.

    After that, you can create an emulator in the Android device manager(Click the Tools tab>then choose Android selection-> then click the Android Device Manager..). Click the New tag, Make sure Google APIs and Google Play Store selected.

    In the end, run your emulator, open Google play store and install Android Accessibility Suite app. It will update your Settings->Accessibility menu to include TalkBack as an option.

    Here is a Android emulator document about testing accessibility

    Best Regards, Leon Lu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.