In this video it shows the steps to set tool tip text over a widget. In this it shows the steps with WebView and TextView but same can be done for other widgets. It uses setTooltipText API to set the desired text for the Tool tip. I hope you like…
Tag: pointer
How to highlight/ show marker at the touch points in your Android App using pop up window?
In this video it shows how to highlight or put some marker (pointers) at the points touched by the user in your Android App. It uses pop up window with complete red background which is inflated at the position the user touches on the view. The points of touch is…
How to get Latitude and longitude coordinates from the text address in your Android App without maps layout using Geocoder API?
This video shows the steps to get latitude and longitude coordinates from the text address. It uses Geocoder APIs to get the address list. In this video it just fetches the 1st most probable address matching the text string. However, for more advanced location search one can filter the addresses…