Simple to use library for android, enabling to add a tooltip near any view with ease

Tooltips Simple to use library for android, Enabling to add a tooltip near any view with ease What's new v 1.0.10 Added several APIs to allow complete customization of the tooltip view. Replaced setTextC
Information
Category: Android / Tip
Watchers: 15
Star: 812
Fork: 98
Last update: May 28, 2023

Related Repos


Tip
1.3k

Spikeysanju An Beautiful Motion Toast Library for Kotlin Android
 
Tip
3.1k

skydoves Balloon 🎈 A lightweight popup like tooltips, fully customizable with arrow and animations. Including in your project Gradle Add below codes to your root build.gradle file (not your
 
Tip
58

usman18 TastyToasty An easy-to-use library to create tasty πŸ˜‹ Toasts with a bunch of flavours 🌈 It also provides effortless methods to create Instagram like Toasts πŸ’“ Installation Add this in your root
 
Tip
10

meet30997 Quicktoast Quickest way to show a toast in android! Installation Add it in your root build.gradle : allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Add the dependency: dependenci
 
Tip
32

marcoscgdev MaterialToast A fully and highly customizable material designed Toast for Android. You can download the sample apk here. Releases: Current release: 1.0.1. You can see all the library releases here.
 
Tip
155

pranavpandey Dynamic Toasts A simple library to display themed toasts with icon and text on Android 2.3 (API 9) and above devices. Since v0.4.0, it uses 26.x.x support libraries so, minimum SDK will be Android 4.0 (API 14). Since v2
 
Tip
96

hariprasanths FloatingToast-Android An android library to make customisable floating animated toasts Getting Started In your build.gradle dependencies { implementation 'hari.floatingtoast:floatingtoast:0.1.0' }
 
Tip
26

akhilbv1 Super Toast Library Written Purely in Kotlin ❀️ Usual Toast but with super powers!!! πŸ’ͺ A Fully Customised and Customisable Toast. ]( https://android-arsenal.com/details/1/7328 )
 
Tip
625

AviranAbady CookieBar 2 CookieBar is a lightweight library for showing a brief message at the top or bottom of the screen. implementation 'org.aviran.cookiebar2:cookiebar2:1.1.3' Screenshot Main differences from the ori
 
Tip
162

imjeevandeshmukh GlideToast An Android library to build flying animated toast message. Releases: Current release: 1.0 You can see all the library releases here. Screenshots
 
Tip
1.3k

Shashank02051997 FancyToast-Android Prerequisites Add this in your root build.gradle file (not your module build.gradle file): allprojects { repositories { ... maven { url "https://jitpack.io" } } } Dep
 
Tip
229

dvoiss Literally Toast 🍞 A toast library for Android. Usage: πŸ”₯ Use the LitToast to get lit and show your users a proper toast. LitToast.create(context, "My special toast...", 1000) .setPlayToasterSou
 
Tip
1.1k

litao0621 #NiftyNotification effects for android notifications.base on (Crouton) ScreenShot Usage NiftyNotificationView.build(this,msg, effect,R.id.mLyout) .setIcon(R.drawable.lion) //You must call this meth
 
Tip
966

MasayukiSuda BubbleLayout Bubble View for Android with custom stroke width and color, arrow size, position and direction. BubbleLayout Extends the FrameLayout. Gradle Step 1. Add the JitPack repository to your build file
 
Tip
508

liuguangqiang Cookie CookieBar is a lightweight library for showing a brief message at the top or bottom of the screen. Screenshot Usage Gradle dependencies { implementation 'com.liuguangqiang.cookie:C