I have a TextView where I must display a long text. It must be display on 2 lines (a part of the text) , and the entire text to be display in a a ballon that is displayed “on mouseover”. I searched and I did not find anything in this sens in Android.
Can anyone help me ?
Thanks in advance.
I found this example https://github.com/lorensiuswlt/NewQuickAction3D and it solved my problem.