0

On my iPad, when i touch and hold a specific word in, for example, a PDF document, the word gets highlighted and I get three options, Copy, Search, Define. Choosing the Define option brings up the English definition of the highlighted word in what seems like a built-in dictionary. Is it possible to add this type of functionality to my app using a standard TextView without having to create an entire Dictionary database? Does Android already have one?

BiGGZ
  • 503
  • 4
  • 17

1 Answers1

1

There's nothing like that built in. You may be able to find a third party library, but most likely you'd need to build your own from scratch.

Gabe Sechan
  • 90,003
  • 9
  • 87
  • 127