I have tried to implement a onHoverListener on a button in android programming, however, I found that onHover is not available in the library.
But I have seen a sample code in the developer section, may I know how to get this onHover works on button? Or does it only support some View?
Here is a sample code for onHoverListener. You can try this. http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/Hover.html