2

i'm making an app on android smart phones for the visually impaired and i have inquiries. Now, my app's main menu is already created, and i've used text-to-speech program to read out the menu for the visually impaired. QN: what do i have to do to make it so that when visually impaird personnal press the buttons on the menu once, text to speech is activated, telling them what they are pressing, and to double tap to enter/activate the activity linked to the button? Thanks in advance :D

ichiboo
  • 19
  • 6

2 Answers2

0

Check out these resources that may help:

keno
  • 2,956
  • 26
  • 39
0

You will need to use GestureDetector for a double tap / double click solution.

See answers here for some solutions: Android: How to detect double-tap?

Community
  • 1
  • 1
eyespyus
  • 1,576
  • 19
  • 20