Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show Tool Tip View in Android

Tags:

android

popup

I want to show a tool tip type popup in android, on a (i) button ( or view ) click, as i have shown in the design.

Is it possible in android, and the i button on which I have to show this tool-tip is already in a popup.

Thanks

enter image description here

like image 514
Gaurav Arora Avatar asked Nov 03 '22 18:11

Gaurav Arora


1 Answers

Yes. But you'll have to create it yourself. It'll be a custom component. Here's some sample code to achieve this from Android framework engineer Roman Nurik: https://gist.github.com/romannurik/3982005

like image 191
Anup Cowkur Avatar answered Nov 15 '22 00:11

Anup Cowkur