5FeetUnder / floaties

Floating Window library like Facebook Messenger chat heads.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Floaties

Floaties is a simple library to create floating windows.

Play Store Demo:

Get it on Google Play

Why use it?

Floaties is a library and not a demo application. You can create your own Floating Window using two simple lines:

Floaty floaty = Floaty.createInstance(context, head, body, NOTIFICATION_ID, notification);
floaty.startService();

head and body are both of type View which means, you could use anything as the head or the body of the floating window.

How to use it?

You can include Floaties in your project using the following gradle dependency:

dependencies {
    compile 'com.bezyapps.floatieslibrary:floaties:1.0.1'
}

If you plan on targeting Android M or above, please see this on how permission is to be requested.

About

Floating Window library like Facebook Messenger chat heads.

License:Apache License 2.0


Languages

Language:Java 100.0%