I want to implement tooltips to be shown near some Views in my application. How is it possible to show some views over existing layout? How to position it where I need?
I want to implement tooltips to be shown near some Views in my application.
Share
Use a
PopupWindow, you can show it at any position with it’sshowAtLocation()method.