I tried to implement onHoverListener on a button in Android programming, however I found that onHover not available in the library.
But I saw a sample code in the developer section, can I find out how onHover works on a button? Or does it only support View ?
source share