Android Simple Tooltip PT A simple library based on PopupWindow to create Tooltips on Android. Features Working from Android 2.1 (API 7) Note: animation above 3.0 (API 11) Simple to use: few parameters in a single line of code Animation with speed an
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}