Do we have mouse over event in android? I want to set text on a particular TextView on which my mouse is and dropped. Example: I want to drag a textview1 and drop it on another textview2 so I can set text of textview1 to textview2.
I had done the drag & drop examples but I can not found on which control my mouse is.