How to Highlight this pdf page using Ontouchevent in android
问题 Here I want to highlight this text using onTouchevent in android 回答1: You could use OnTouchListener to get the x and y of the event. Then drawing the screen to a bitmap and using bitmap.getPixel based on the top left display of the letter nd the size of your letters, to see if the next letter(s) next to it are also not spaces.Finally, put a yellow rectangle in between the white and the black lettering or the ones you wish to have highlighted. 回答2: You have to implement the onTouchListener for