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?
Asked
Active
Viewed 339 times
0

BiGGZ
- 503
- 4
- 17
-
2http://stackoverflow.com/questions/27559383/android-api-support-dictionary-applications – Tosin Onikute Sep 26 '16 at 21:19
1 Answers
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