Bubbles for Android
Bubbles for Android is an Android library to provide chat heads capabilities on your apps. With a fast way to integrate with your development.
How to use
Configuring your project dependencies
Add the library dependency in your build.gradle file.
Adding your first Bubble
Compose your Bubble layout, for example using a Xml layout file. Remember that the first view of your Bubble layout has to be a BubbleLayout view.
Create your BubblesManager instance.
Attach your Bubble to the window.
Configuring your Bubbles Trash
If you want to have a trash to remove on screen bubbles, you can configure the
layout of that.
Define your trash layout Xml.
Configure the trash layout with your BubblesManager builder.