close
Skip to content

oscarito9410/Android-ChatHead

 
 

Repository files navigation

Android-ChatHead

ChatHead for Android app, like FB messenger.



How to Use

Start ChatHead :

startService(new Intent(Main.this, ChatHeadService.class));

Show Message(see below pic 'Messager') : ```Java Intent it = new Intent(Main.this, ChatHeadService.class); it.putExtra(Utility.EXTRA_MSG, str); startService(it); ```
Stop ChatHead(see below pic 'LongPressing to Stop') :
long click and move chathead to the round on bottom

ScreenShot

Dragging and Bounce animation
Image



Messenger
Image
Image



LongPressing to Stop
Image



landscape screenOrientation
Image

Update

Support landscape screenOrientation (2015-4-23)
when screenOrientation change to portrait or landscape, ChatHead will reposition automatically.
IDE convert (2015-7-28)
from Eclipse to Android Studio.
Problem Solved (2015-8-11)
crash when close app from task manager
Runtime Permission (2016-1-19)
support Android 6.0 runtime permissions

About

Floating ChatHead for Android app, like FB messenger.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%