Hi All
is there an extension or a way to display a little information notice when the user hovers over a component ?
Thanks
Hi All
is there an extension or a way to display a little information notice when the user hovers over a component ?
Thanks
@Anthony007 long click is better than hover for mobile users so You can use long click instead of hover
Here is sample Java code, if possible you can make into extension samples/ApiDemos/src/com/example/android/apis/view/Hover.java - platform/development - Git at Google
Thank you, your a champ!