3

I have a floating window, and now I want to touch and move it to dismiss, whenever I touch on floating window, there is circle shape showed and move floating window toward the circle shape to dismiss itself.

Please see the picture below:

ScreenShot

How to do it? Please give an advice.

Kanguru
  • 51
  • 4

1 Answers1

0

If I understand correctly, you want to implement this feature from the ground. This feature is similar to Facebook Android client's "chat heads". I've found a library called "Springy Heads" which looks pretty good (also tested it):

Springy Heads GitHub Page

Geryson
  • 719
  • 2
  • 8
  • 25