This is sample open source library for android. It intended to simplify working with tooltips.
Add gradle dependency to your project ru.tzkt.tooltip:tooltip:0.0.2
then it is ready
Tooltip(testTextView, "PRESS THIS BUTTON PLEASE", Color.BLUE).show()
- Andrey - Initial work - andreymusth
This project is licensed under the MIT License - see the LICENSE.md file for details