In the Kindle app for Android, there is a feature where you can long-click on a word in the book, and a menu will show up where you can choose Dictionary, and look up that word.
I am wondering how one would go about capturing those word clicks?
I was thinking of a ClickableSpan but that would capture all clicks, not just long-clicks.
Can anyone point me to some code samples, or suggest a strategy?
Many thanks
Victor