In android document, it mentions supporting the \"hover\" event since 4.0 (ie. API level 14 and up). But somehow, it doesn\'t work. Even I tried out the sample code in ApiDe
try using OnFocusChangeListener(). PS worked for me
OnFocusChangeListener()