I have tried demo FloatingActionButton. I don't see real differences why I should change from normal button class to FloatingActionButton
because if I want to make round button, I can try this tutorial:make circular button
As definition of Android Document:
Floating action buttons are used for a special type of promoted action. They are distinguished by a circled icon floating above the UI and have special motion behaviors related to morphing, launching, and the transferring anchor point.
Floating action buttons come in two sizes: the default and the mini. The size can be controlled with the fabSize attribute.
I think everything here I can implement easily in normal button such as size, circle, above UI. Just one thing I don't understand:
special motion behaviors related to morphing, launching, and the transferring anchor point
I don't really know this. What does it mean about morphing lauching and transfering anchor point
. Please explain for me.
thanks :)