Kotlin Version of Android-ChatHead
ChatHead for Android app, like FB messenger.
Start ChatHead :
ContextCompat.startForegroundService(this@Main, ChatHeadService::class.java)
Click on Show Message to start the floating widget service like Facebook messenger
When chat head is long pressed then an exit view is visible to drag the widget there to stop the ChatHead :
Support landscape screenOrientation
when screenOrientation change to portrait or landscape, ChatHead will reposition automatically.